Skip to content

Commit

Permalink
Remove "use strict" due to Safari HTMLCollection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Dec 5, 2014
1 parent acba807 commit 21c3ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
root.cash = root.$ = factory();
}
})(this, function() {
'use strict';


var doc = document,
win = window,
ArrayProto = Array.prototype,
Expand Down

0 comments on commit 21c3ba7

Please sign in to comment.