diff options
Diffstat (limited to 'lib/jquery/src/core/readyException.js')
-rw-r--r-- | lib/jquery/src/core/readyException.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/jquery/src/core/readyException.js b/lib/jquery/src/core/readyException.js deleted file mode 100644 index 72bdd90..0000000 --- a/lib/jquery/src/core/readyException.js +++ /dev/null @@ -1,13 +0,0 @@ -define( [ - "../core" -], function( jQuery ) { - -"use strict"; - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - -} ); |