From 36161d3406ff16c9d7280ffbbed7189425a4ab32 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sat, 28 Mar 2015 14:29:31 -0700 Subject: [PATCH] fixed build --- src/js/sandbox/commands.js | 1 - src/js/visuals/animation/index.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/sandbox/commands.js b/src/js/sandbox/commands.js index ca693b7a..06f33333 100644 --- a/src/js/sandbox/commands.js +++ b/src/js/sandbox/commands.js @@ -2,7 +2,6 @@ var _ = require('underscore'); var util = require('../util'); var constants = require('../util/constants'); -var GlobalState = require('../util/globalState'); var intl = require('../intl'); var Commands = require('../commands'); diff --git a/src/js/visuals/animation/index.js b/src/js/visuals/animation/index.js index 07cbc574..7b632854 100644 --- a/src/js/visuals/animation/index.js +++ b/src/js/visuals/animation/index.js @@ -1,7 +1,7 @@ var _ = require('underscore'); var Q = require('q'); var Backbone = require('backbone'); -var GlobalStateActions = require('../actions/GlobalStateActions'); +var GlobalStateActions = require('../../actions/GlobalStateActions'); var GRAPHICS = require('../../util/constants').GRAPHICS; var Animation = Backbone.Model.extend({