This commit is contained in:
Davis W. Frank
2014-07-21 12:33:42 -07:00
+1 -1
View File
@@ -105,7 +105,7 @@ getJasmineRequireObj().Clock = function() {
}
function argSlice(argsObj, n) {
return Array.prototype.slice.call(argsObj, 2);
return Array.prototype.slice.call(argsObj, n);
}
}