mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
only onemore
This commit is contained in:
parent
0fe113943b
commit
66b980fb03
4 changed files with 1485 additions and 1163 deletions
2643
build/bundle.js
2643
build/bundle.js
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,7 @@ var AnimationFactoryModule = require('./animationFactory');
|
||||||
var animationFactory = new AnimationFactoryModule.AnimationFactory();
|
var animationFactory = new AnimationFactoryModule.AnimationFactory();
|
||||||
var Main = require('./main');
|
var Main = require('./main');
|
||||||
var AnimationQueue = require('./async').AnimationQueue;
|
var AnimationQueue = require('./async').AnimationQueue;
|
||||||
|
var InteractiveRebaseView = require('./miscViews').InteractiveRebaseView;
|
||||||
|
|
||||||
// backbone or something uses _.uniqueId, so we make our own here
|
// backbone or something uses _.uniqueId, so we make our own here
|
||||||
var uniqueId = (function() {
|
var uniqueId = (function() {
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
<!-- <script src="constants.js"></script> -->
|
<!-- <script src="constants.js"></script> -->
|
||||||
<script src="errors.js"></script>
|
<script src="errors.js"></script>
|
||||||
|
|
||||||
<script src="miscViews.js"></script>
|
<!-- <script src="miscViews.js"></script> -->
|
||||||
|
|
||||||
<!-- the beefy git engine -->
|
<!-- the beefy git engine -->
|
||||||
<!-- <script src="git.js"></script> -->
|
<!-- <script src="git.js"></script> -->
|
||||||
|
|
|
@ -145,3 +145,5 @@ var RebaseEntryView = Backbone.View.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
exports.InteractiveRebaseView = InteractiveRebaseView;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue