Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
shuttle: update to use Platform.flags
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Nov 7, 2013
1 parent d391ba4 commit 89e82ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/Shuttle-v2/mock_schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(function() {

if (!window.Shuttle || Polymer.flags.mock) {
if (!window.Shuttle || Platform.flags.mock) {
window.Shuttle = {
isMock: true,
officeLabel: 'Office',
Expand Down

0 comments on commit 89e82ff

Please sign in to comment.