Skip to content

Commit

Permalink
Fixed const variable assignement error. Closes #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidka committed Jan 29, 2015
1 parent 18ceba0 commit 5a073d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ exports.main = function() {
}
});

windowUtils = new windowUtils.WindowTracker({
windowTracker = new windowUtils.WindowTracker({
onTrack: function (window) {
if ('chrome://mozapps/content/downloads/unknownContentType.xul' != window.location)
return;
Expand Down

0 comments on commit 5a073d3

Please sign in to comment.