aboutsummaryrefslogtreecommitdiffstats
path: root/src/exports/amd.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/exports/amd.js')
-rw-r--r--src/exports/amd.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exports/amd.js b/src/exports/amd.js
index add6eb9bd..cbb1ef580 100644
--- a/src/exports/amd.js
+++ b/src/exports/amd.js
@@ -2,6 +2,8 @@ define( [
"../core"
], function( jQuery ) {
+"use strict";
+
// Register as a named AMD module, since jQuery can be concatenated with other
// files that may use define, but not via a proper concatenation script that
// understands anonymous AMD modules. A named AMD is safest and most robust