Skip to content

Commit

Permalink
Bug 1160678 - Pocket door hangers arent automatically closed. r=dolske
Browse files Browse the repository at this point in the history
  • Loading branch information
msujaws committed May 6, 2015
1 parent f5e3e4e commit ee6179a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/components/pocket/panels/js/saved.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var PKT_SAVED_OVERLAY = function (options)
};
this.startCloseTimer = function(manualtime)
{
/*var settime = manualtime ? manualtime : myself.autocloseTiming;
var settime = manualtime ? manualtime : myself.autocloseTiming;
if (typeof myself.autocloseTimer == 'number')
{
clearTimeout(myself.autocloseTimer);
Expand All @@ -117,7 +117,7 @@ var PKT_SAVED_OVERLAY = function (options)
myself.preventCloseTimerCancel = false;
myself.closePopup();
}
}, settime);*/
}, settime);
};
this.stopCloseTimer = function()
{
Expand Down

0 comments on commit ee6179a

Please sign in to comment.