mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-19 00:58:24 +02:00
zomg
This commit is contained in:
parent
31aba06d45
commit
5242afc2f1
4 changed files with 279 additions and 156 deletions
|
@ -317,11 +317,11 @@ var MultiViewBuilder = ContainedBase.extend({
|
|||
},
|
||||
|
||||
setChildViews: function(newArray) {
|
||||
this.multiViewJSON.childViewJSONs = newArray;
|
||||
this.multiViewJSON.childViews = newArray;
|
||||
},
|
||||
|
||||
getChildViews: function() {
|
||||
return this.multiViewJSON.childViewJSONs || [];
|
||||
return this.multiViewJSON.childViews || [];
|
||||
},
|
||||
|
||||
update: function() {
|
||||
|
|
|
@ -358,7 +358,7 @@ var ConfirmCancelTerminal = Backbone.View.extend({
|
|||
this.modalAlert = new ModalAlert(_.extend(
|
||||
{},
|
||||
{ markdown: '#you sure?' },
|
||||
options.modalAlert
|
||||
options
|
||||
));
|
||||
|
||||
var buttonDefer = Q.defer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue