Skip to content

Commit

Permalink
Merge branch 'stof-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Sep 15, 2014
2 parents 141935f + 644f001 commit eb7fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/javascripts/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var Lib = {
/* http://www.dustindiaz.com/smallest-domready-ever */
/* jshint -W030 */
ready: function r(f){ /in/.test(document.readyState)?setTimeout('Lib.ready('+f+')',9):f(); }
ready: function r(f){ /in/.test(document.readyState)?setTimeout(function () {Lib.ready(f);},9):f(); }
};

window.Lib = Lib;
Expand Down

0 comments on commit eb7fe56

Please sign in to comment.