diff options
Diffstat (limited to 'src/wrap.js')
-rw-r--r-- | src/wrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrap.js b/src/wrap.js index cd7636b8d..4a37002a7 100644 --- a/src/wrap.js +++ b/src/wrap.js @@ -1,4 +1,4 @@ -import jQuery from "./core.js"; +import { jQuery } from "./core.js"; import "./core/init.js"; import "./manipulation.js"; // clone @@ -70,4 +70,4 @@ jQuery.fn.extend( { } } ); -export default jQuery; +export { jQuery, jQuery as $ }; |