fix autoClose render

This commit is contained in:
t1m0n 2015-12-04 12:29:18 +03:00
parent 45fedcb04e
commit 6a6bab2960
3 changed files with 5 additions and 5 deletions

View File

@ -370,9 +370,9 @@ var Datepicker;
if (this.opts.autoClose) {
this.hide();
} else {
this.views[this.currentView]._render()
}
this.views[this.currentView]._render()
},
removeDate: function (date) {

File diff suppressed because one or more lines are too long

View File

@ -370,9 +370,9 @@ var Datepicker;
if (this.opts.autoClose) {
this.hide();
} else {
this.views[this.currentView]._render()
}
this.views[this.currentView]._render()
},
removeDate: function (date) {