User:Mochan77
Jump to navigation
Jump to search
contact : often42@gmail.com
Name : James Moriarty
Curios Wonderer of universe.
Expand
This text is not collapsible; but the next is collapsible and hidden by default:
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
this.length = 0;
push.apply(this, elems);
return this;
}