Skip to content

Commit

Permalink
Make sure to pass window in as an argument (not that it's used or any…
Browse files Browse the repository at this point in the history
…thing)
  • Loading branch information
pgrippi committed Dec 9, 2011
1 parent 22f9f34 commit ef22c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facebook/hide_ticker.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
if (ticker !== null) {
ticker.style.display = 'none';
}
}());
}(window));

0 comments on commit ef22c18

Please sign in to comment.