Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Feb 2, 2013
1 parent 26f333a commit 836499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/es5.js
Expand Up @@ -396,7 +396,7 @@
*
***/
'bind': function(scope) {
var fn = this, args = multiArgs(arguments).slice(1), nop, bound;
var fn = this, args = multiArgs(arguments).slice(1), bound;
if(!isFunction(this)) {
throw new TypeError('Function.prototype.bind called on a non-function');
}
Expand Down

0 comments on commit 836499e

Please sign in to comment.