1. // SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
  2. // http://alexgorbatchev.com
  3. var setArray = function(elems) {
  4. this.length = 0;
  5. push.apply(this, elems);
  6. return this;
  7. }