Skip to content

Commit

Permalink
we're aware that we're creating functions in a loop
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed May 14, 2013
1 parent 026f94e commit 8ef2bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ define(['ModernizrProto', 'Modernizr', 'hasOwnProp', 'setClasses'], function( Mo
var cb;
var i;

/* jshint -W083 */
for (i = 0; i < cbs.length; i++) {
cb = cbs[i];
// Force async
Expand Down

0 comments on commit 8ef2bca

Please sign in to comment.