mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
removed all horrible hack references
This commit is contained in:
parent
3a710c8ab4
commit
b3cf8263a2
12 changed files with 11 additions and 53 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 Collections = require('../models/collections');
|
||||
var CommitCollection = Collections.CommitCollection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue