We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e93010f + a3cac7c commit e9ce0d2Copy full SHA for e9ce0d2
src/prototype/lang/function.js
@@ -123,7 +123,7 @@ Object.extend(Function.prototype, (function() {
123
var __method = this, args = slice.call(arguments, 1);
124
125
var bound = function() {
126
- var a = merge(args, arguments), c = context;
+ var a = merge(args, arguments);
127
// Ignore the supplied context when the bound function is called with
128
// the "new" keyword.
129
var c = this instanceof bound ? this : context;
0 commit comments