Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
4
core/assets/vendor/domready/ready.min.js
vendored
Normal file
4
core/assets/vendor/domready/ready.min.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/*!
|
||||
* domready (c) Dustin Diaz 2014 - License MIT
|
||||
*/
|
||||
!function(e,t){typeof module!="undefined"?module.exports=t():typeof define=="function"&&typeof define.amd=="object"?define(t):this[e]=t()}("domready",function(){var e=[],t,n=document,r=n.documentElement.doScroll,i="DOMContentLoaded",s=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return s||n.addEventListener(i,t=function(){n.removeEventListener(i,t),s=1;while(t=e.shift())t()}),function(t){s?setTimeout(t,0):e.push(t)}})
|
Reference in a new issue