Skip to content

Commit

Permalink
More efficient call.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed May 17, 2011
1 parent 590b5ec commit 8ae63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bigpipe.js
Expand Up @@ -46,7 +46,7 @@
return $.proxy(function(ev) {
counter -= 1;
if (counter <= 0) {
$.proxy(handler, this)();
handler.call(this);
}
}, this);
},
Expand Down

0 comments on commit 8ae63d8

Please sign in to comment.