mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
fixed build
This commit is contained in:
parent
7ac30e897f
commit
36161d3406
2 changed files with 1 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue