mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
awesome promise based interactive rebase with fail
This commit is contained in:
parent
79ee686721
commit
2b308e2ae9
14 changed files with 1731 additions and 296 deletions
|
@ -1,11 +1,6 @@
|
|||
var _ = require('underscore');
|
||||
var Backbone;
|
||||
// horrible hack to get localStorage Backbone plugin
|
||||
if (!require('../util').isBrowser()) {
|
||||
Backbone = require('backbone');
|
||||
} else {
|
||||
Backbone = window.Backbone;
|
||||
}
|
||||
var Backbone = (!require('../util').isBrowser()) ? Backbone = require('backbone') : Backbone = window.Backbone;
|
||||
|
||||
var GitEngine = require('../git').GitEngine;
|
||||
var AnimationFactory = require('../visuals/animation/animationFactory').AnimationFactory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue