Skip to content

Commit

Permalink
datepicker: memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar140291 authored and jigar140291 committed Jan 31, 2018
1 parent 74f8a0a commit 543fa24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/widgets/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ $.extend( Datepicker.prototype, {

if ( datepicker_instActive === inst ) {
datepicker_instActive = null;
this._curInst = null;
}
},

Expand Down

0 comments on commit 543fa24

Please sign in to comment.