From a08586252aee71f7a9073dedb67170ce53a093de Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 29 Oct 2014 10:10:30 +0000 Subject: [PATCH] New flag added for previewWindowLoading --- lib/ice-coder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ice-coder.js b/lib/ice-coder.js index e3a851d..075fab3 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -41,6 +41,7 @@ var ICEcoder = { tabFGnormalTab: '#888', // FG of normal tab serverQueueItems: [], // Array of URLs to call in order previewWindow: false, // Target variable for the preview window + previewWindowLoading: false, // Loading state of preview window pluginIntervalRefs: [], // Array of plugin interval refs overPopup: false, // Indicates if we're over a popup or not cmdKey: false, // Tracking apple Command key up/down state