mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 14:44:58 -05:00
Build: Put all AMD modules in "src/" in strict mode
Fixes gh-3073
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -20,6 +20,8 @@ define( [
|
||||
], function( jQuery, document, rcssNum, rnotwhite, cssExpand, isHiddenWithinTree, swap,
|
||||
adjustCSS, dataPriv, showHide ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var
|
||||
fxNow, timerId,
|
||||
rfxtypes = /^(?:toggle|show|hide)$/,
|
||||
|
||||
Reference in New Issue
Block a user