mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Build: Put all AMD modules in "src/" in strict mode
Fixes gh-3073
This commit is contained in:
@@ -5,6 +5,8 @@ define( [
|
||||
"./callbacks"
|
||||
], function( jQuery, dataPriv ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
jQuery.extend( {
|
||||
queue: function( elem, type, data ) {
|
||||
var queue;
|
||||
|
||||
Reference in New Issue
Block a user