Merge branch 'master' of https://github.com/pivotal/jasmine
This commit is contained in:
@@ -105,7 +105,7 @@ getJasmineRequireObj().Clock = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function argSlice(argsObj, n) {
|
function argSlice(argsObj, n) {
|
||||||
return Array.prototype.slice.call(argsObj, 2);
|
return Array.prototype.slice.call(argsObj, n);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user