From 89e82ff5920174fb19dcffdc5d5badfc828ff875 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Thu, 7 Nov 2013 11:32:34 -0800 Subject: [PATCH] shuttle: update to use Platform.flags --- shiny/Shuttle-v2/mock_schedule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiny/Shuttle-v2/mock_schedule.js b/shiny/Shuttle-v2/mock_schedule.js index d76f643..1630789 100644 --- a/shiny/Shuttle-v2/mock_schedule.js +++ b/shiny/Shuttle-v2/mock_schedule.js @@ -6,7 +6,7 @@ (function() { -if (!window.Shuttle || Polymer.flags.mock) { +if (!window.Shuttle || Platform.flags.mock) { window.Shuttle = { isMock: true, officeLabel: 'Office',