mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
commit
24fc8d6827
3
ui/jquery.ui.datepicker.js
vendored
3
ui/jquery.ui.datepicker.js
vendored
@ -799,9 +799,10 @@ $.extend(Datepicker.prototype, {
|
||||
if (this._datepickerShowing) {
|
||||
var showAnim = this._get(inst, 'showAnim');
|
||||
var duration = this._get(inst, 'duration');
|
||||
var self = this;
|
||||
var postProcess = function() {
|
||||
$.datepicker._tidyDialog(inst);
|
||||
this._curInst = null;
|
||||
self._curInst = null;
|
||||
};
|
||||
|
||||
// DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed
|
||||
|
Loading…
Reference in New Issue
Block a user