aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/init.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/init.js')
-rw-r--r--src/core/init.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/init.js b/src/core/init.js
index c2f35e1f4..a97fc1060 100644
--- a/src/core/init.js
+++ b/src/core/init.js
@@ -118,5 +118,3 @@ init.prototype = jQuery.fn;
// Initialize central reference
rootjQuery = jQuery( document );
-
-export default init;