Sha256: eedf7cdff14a73547a9373fca5535e8952f37829886b7a92ecba7f501970684d
Contents?: true
Size: 973 Bytes
Versions: 23
Compression:
Stored size: 973 Bytes
Contents
/** * @license RequireJS domReady 2.0.1 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. * Available via the MIT or new BSD license. * see: http://github.com/requirejs/domReady for details */ define([],function(){function n(n){var e;for(e=0;e<n.length;e+=1)n[e](r)}function e(){var e=u;l&&e.length&&(u=[],n(e))}function t(){l||(l=!0,a&&clearInterval(a),e())}function o(n){return l?n(r):u.push(n),o}var d,i,a,c="undefined"!=typeof window&&window.document,l=!c,r=c?document:null,u=[];if(c){if(document.addEventListener)document.addEventListener("DOMContentLoaded",t,!1),window.addEventListener("load",t,!1);else if(window.attachEvent){window.attachEvent("onload",t),i=document.createElement("div");try{d=null===window.frameElement}catch(f){}i.doScroll&&d&&window.external&&(a=setInterval(function(){try{i.doScroll(),t()}catch(n){}},30))}"complete"===document.readyState&&t()}return o.version="2.0.1",o.load=function(n,e,t,d){d.isBuild?t(null):o(t)},o});
Version data entries
23 entries across 23 versions & 1 rubygems