Skip to content

Commit

Permalink
Merge pull request jquery#463 from jason-oster/master
Browse files Browse the repository at this point in the history
Merge jquery#463.
  • Loading branch information
scottgonzalez committed Nov 21, 2011
2 parents fdc332e + c36b43d commit 24fc8d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/jquery.ui.datepicker.js
Expand Up @@ -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
Expand Down

0 comments on commit 24fc8d6

Please sign in to comment.