mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 11:44:27 +02:00
removed some hacky things for backbone
This commit is contained in:
parent
9bdcedae12
commit
39f6353f07
5 changed files with 12 additions and 24 deletions
|
@ -1,6 +1,5 @@
|
|||
var _ = require('underscore');
|
||||
// horrible hack to get localStorage Backbone plugin
|
||||
var Backbone = (!require('../../util').isBrowser()) ? Backbone = require('backbone') : Backbone = window.Backbone;
|
||||
var Backbone = require('backbone');
|
||||
|
||||
var Animation = require('./index').Animation;
|
||||
var GRAPHICS = require('../../util/constants').GRAPHICS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue