OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / core / readyException.js
diff --git a/tools/side_chain_tool/web/node_modules/jquery/src/core/readyException.js b/tools/side_chain_tool/web/node_modules/jquery/src/core/readyException.js
deleted file mode 100644 (file)
index 72bdd90..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-define( [
-       "../core"
-], function( jQuery ) {
-
-"use strict";
-
-jQuery.readyException = function( error ) {
-       window.setTimeout( function() {
-               throw error;
-       } );
-};
-
-} );