From 40c3abd0ab049449acab5f2e12c34b9cc3199482 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Tue, 2 Jun 2020 13:45:08 +0200 Subject: Build:Event: Make sure all source modules' exports are used (#4648) To achieve that, use `eslint-plugin-import`'s `no-unused-modules` rule. Also, explicitly import `event/trigger.js` from `jquery.js`; so far it was only imported from ajax.js, making it mistakenly skipped in the `custom:slim,-deprecated` build. --- src/manipulation/_evalUrl.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/manipulation') diff --git a/src/manipulation/_evalUrl.js b/src/manipulation/_evalUrl.js index f88b747cc..0f7559ff0 100644 --- a/src/manipulation/_evalUrl.js +++ b/src/manipulation/_evalUrl.js @@ -22,5 +22,3 @@ jQuery._evalUrl = function( url, options, doc ) { } } ); }; - -export default jQuery._evalUrl; -- cgit v1.2.3