mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
ok multiviews are dunzo
This commit is contained in:
parent
56c6da35d2
commit
b1427556ef
6 changed files with 43 additions and 12 deletions
|
@ -107,7 +107,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue