mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
ok multiviews are dunzo
This commit is contained in:
parent
56c6da35d2
commit
b1427556ef
6 changed files with 43 additions and 12 deletions
|
@ -8703,7 +8703,7 @@ var LeftRightView = PositiveNegativeBase.extend({
|
|||
|
||||
var ModalView = Backbone.View.extend({
|
||||
tagName: 'div',
|
||||
className: 'modalView box horizontal center transitionOpacity',
|
||||
className: 'modalView box horizontal center transitionOpacityLinear',
|
||||
template: _.template($('#modal-view-template').html()),
|
||||
|
||||
initialize: function(options) {
|
||||
|
@ -11533,7 +11533,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
onKey: function(e) {
|
||||
if (!this.listening) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -11543,7 +11542,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
onKeyUp: function(e) {
|
||||
if (!this.listening) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -13776,6 +13774,16 @@ var MultiView = Backbone.View.extend({
|
|||
options: {
|
||||
markdown: 'Im second'
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdown: 'Im second'
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdown: 'Im second'
|
||||
}
|
||||
}];
|
||||
this.deferred = options.deferred;
|
||||
|
||||
|
@ -16707,7 +16715,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
onKey: function(e) {
|
||||
if (!this.listening) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -16717,7 +16724,6 @@ var CommandPromptView = Backbone.View.extend({
|
|||
|
||||
onKeyUp: function(e) {
|
||||
if (!this.listening) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -17121,7 +17127,7 @@ var LeftRightView = PositiveNegativeBase.extend({
|
|||
|
||||
var ModalView = Backbone.View.extend({
|
||||
tagName: 'div',
|
||||
className: 'modalView box horizontal center transitionOpacity',
|
||||
className: 'modalView box horizontal center transitionOpacityLinear',
|
||||
template: _.template($('#modal-view-template').html()),
|
||||
|
||||
initialize: function(options) {
|
||||
|
@ -17265,6 +17271,16 @@ var MultiView = Backbone.View.extend({
|
|||
options: {
|
||||
markdown: 'Im second'
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdown: 'Im second'
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdown: 'Im second'
|
||||
}
|
||||
}];
|
||||
this.deferred = options.deferred;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue