mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 15:15:00 -05:00
Build: Put all AMD modules in "src/" in strict mode
Fixes gh-3073
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
*/
|
||||
( function( global, factory ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
if ( typeof module === "object" && typeof module.exports === "object" ) {
|
||||
|
||||
// For CommonJS and CommonJS-like environments where a proper `window`
|
||||
|
||||
Reference in New Issue
Block a user