From 305f193aa57014dc7d8fa0739a3fefd47166cd44 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Mon, 25 Apr 2016 20:25:08 +0200 Subject: Build: Put all AMD modules in "src/" in strict mode Fixes gh-3073 --- src/css.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/css.js') diff --git a/src/css.js b/src/css.js index 9e673fc18..131df67de 100644 --- a/src/css.js +++ b/src/css.js @@ -20,6 +20,8 @@ define( [ ], function( jQuery, pnum, access, rmargin, document, rcssNum, rnumnonpx, cssExpand, getStyles, swap, curCSS, adjustCSS, addGetHookIf, support ) { +"use strict"; + var // Swappable if display is none or starts with table -- cgit v1.2.3