mirror of
https://github.com/jquery/jquery.git
synced 2026-02-08 19:34:57 -05:00
Build: Put all AMD modules in "src/" in strict mode
Fixes gh-3073
This commit is contained in:
@@ -2,6 +2,8 @@ define( [
|
||||
"./core"
|
||||
], function( jQuery ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
jQuery.fn.extend( {
|
||||
|
||||
bind: function( types, data, fn ) {
|
||||
|
||||
Reference in New Issue
Block a user