diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-04-25 20:25:08 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-04-25 20:25:08 +0200 |
commit | 305f193aa57014dc7d8fa0739a3fefd47166cd44 (patch) | |
tree | 7eadfc06ae4e0301d8e6a592b4ebb1baf96322af /src/css/var/isHiddenWithinTree.js | |
parent | e2d1142c2e8eb1c5ef2177e6739b1ce6d875d604 (diff) | |
download | jquery-305f193aa57014dc7d8fa0739a3fefd47166cd44.tar.gz jquery-305f193aa57014dc7d8fa0739a3fefd47166cd44.zip |
Build: Put all AMD modules in "src/" in strict mode
Fixes gh-3073
Diffstat (limited to 'src/css/var/isHiddenWithinTree.js')
-rw-r--r-- | src/css/var/isHiddenWithinTree.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/var/isHiddenWithinTree.js b/src/css/var/isHiddenWithinTree.js index c01d228d8..3cfb93e16 100644 --- a/src/css/var/isHiddenWithinTree.js +++ b/src/css/var/isHiddenWithinTree.js @@ -4,6 +4,7 @@ define( [ // css is assumed ], function( jQuery ) { + "use strict"; // isHiddenWithinTree reports if an element has a non-"none" display style (inline and/or // through the CSS cascade), which is useful in deciding whether or not to make it visible. |