We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141935f commit 644f001Copy full SHA for 644f001
source/javascripts/lib.js
@@ -4,7 +4,7 @@
4
var Lib = {
5
/* http://www.dustindiaz.com/smallest-domready-ever */
6
/* jshint -W030 */
7
- 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(); }
8
};
9
10
window.Lib = Lib;
0 commit comments