Skip to content

Commit

Permalink
Merge pull request #48 from nordligulv/patch-4
Browse files Browse the repository at this point in the history
Improve script obfuscation
  • Loading branch information
jyoungblood committed Feb 3, 2014
2 parents c95ada7 + 1debc51 commit c8c3661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke.js
Expand Up @@ -4,7 +4,7 @@
demos / documentation: http://smoke-js.com/
*/

;(function() {
;(function(window, document) {

/*jslint browser: true, onevar: true, undef: true, nomen: false, eqeqeq: true, bitwise: true, regexp: true, newcap: true, immed: true */

Expand Down Expand Up @@ -511,4 +511,4 @@
this.smoke = smoke;
}

})();
})(window, document);

0 comments on commit c8c3661

Please sign in to comment.