From 9a50f6d84df15573873500c6e99cda0394a8ce83 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 19 Feb 2015 09:37:02 -0800 Subject: [PATCH] [Fixed Position] Fix globals Fix globals to pass JSLint check in command line build. WTD-879. --- platform/features/layout/src/FixedProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/layout/src/FixedProxy.js b/platform/features/layout/src/FixedProxy.js index a6c1583cf7..c99a0e3f92 100644 --- a/platform/features/layout/src/FixedProxy.js +++ b/platform/features/layout/src/FixedProxy.js @@ -1,4 +1,4 @@ -/*global define*/ +/*global define,window*/ define( [],