mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
nice modal view
This commit is contained in:
parent
41429e0ce6
commit
277f4f9209
9 changed files with 507 additions and 19 deletions
|
@ -1035,12 +1035,11 @@ GitEngine.prototype.rebaseInteractive = function(targetSource, currentLocation)
|
|||
}, this))
|
||||
.done();
|
||||
|
||||
var InteractiveRebaseView = require('../views/miscViews').InteractiveRebaseView;
|
||||
var InteractiveRebaseView = require('../views/rebaseView').InteractiveRebaseView;
|
||||
// interactive rebase view will reject or resolve our promise
|
||||
new InteractiveRebaseView({
|
||||
deferred: deferred,
|
||||
toRebase: toRebase,
|
||||
el: $('#dialogHolder')
|
||||
toRebase: toRebase
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue