update forms

This commit is contained in:
Luke Pulverenti 2016-02-08 21:15:26 -05:00
parent 379192f38f
commit e1be36979d
17 changed files with 79 additions and 77 deletions

View file

@ -92,6 +92,7 @@ element.
},
_renderOpened: function() {
this.cancelAnimation();
if (this.withBackdrop) {
this.backdropElement.open();
}
@ -99,6 +100,7 @@ element.
},
_renderClosed: function() {
this.cancelAnimation();
if (this.withBackdrop) {
this.backdropElement.close();
}