fix up test styling and add use-strict declarator
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
"use strict";
|
||||
var _slice = Array.prototype.slice;
|
||||
foob.add.apply(foob, [
|
||||
foo,
|
||||
bar
|
||||
].concat(_slice.call(numbers)));
|
||||
foob.test.add.apply(foob.test, [
|
||||
foo,
|
||||
bar
|
||||
].concat(_slice.call(numbers)));
|
||||
foob.add.apply(foob, [foo, bar].concat(_slice.call(numbers)));
|
||||
foob.test.add.apply(foob.test, [foo, bar].concat(_slice.call(numbers)));
|
||||
Reference in New Issue
Block a user