Skip to content

Commit

Permalink
Merge patch request 733 from vvo/patch-1
Browse files Browse the repository at this point in the history
fix ch global leak
  • Loading branch information
eternicode committed Dec 10, 2013
2 parents cea5403 + 872f3e3 commit 0890a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-datepicker.js
Expand Up @@ -277,7 +277,7 @@
}
},
_unapplyEvents: function(evs){
for (var i=0, el, ev; i<evs.length; i++){
for (var i=0, el, ev, ch; i<evs.length; i++){
el = evs[i][0];
if (evs[i].length == 2){
ch = undefined;
Expand Down

0 comments on commit 0890a74

Please sign in to comment.