mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +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,17 +1,14 @@
|
|||
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 Main = require('../app');
|
||||
var Command = require('../models/commandModel').Command;
|
||||
var CommandEntry = require('../models/commandModel').CommandEntry;
|
||||
var CommandLineStore = require('../stores/CommandLineStore');
|
||||
var CommandLineActions = require('../actions/CommandLineActions');
|
||||
|
||||
var Errors = require('../util/errors');
|
||||
var Warning = Errors.Warning;
|
||||
|
||||
var util = require('../util');
|
||||
var log = require('../log');
|
||||
var keyboard = require('../util/keyboard');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue