Skip to content

Commit

Permalink
Fixing bug for multiple closings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fax committed Feb 7, 2014
1 parent 0d1b3c4 commit 551a865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/js/metro/metro-notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},

close: function(timeout) {
this.clear();
if(timeout == parseInt(timeout)) {
var self = this
this._timer = setTimeout(function() {
Expand Down

0 comments on commit 551a865

Please sign in to comment.