diff options
author | Einar Egilsson | 2009-05-10 05:20:55 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-05-10 05:20:55 +0000 |
commit | 0226cb6655cdf0948be1e91d0876925c0b7cb72c (patch) | |
tree | a964da8d7c49842eaa8edbf69498dfb127f01456 /chrome/content/overlay.js | |
parent | 612e652d4a9feac5331c0262bbe6d234df3542e7 (diff) |
SVN keywords on all source files
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@210 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/overlay.js')
-rw-r--r-- | chrome/content/overlay.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 46f69cc..760f828 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -117,8 +117,6 @@ var RedirectorOverlay = { } }, - - prefObserver : { getService : function() { @@ -138,11 +136,7 @@ var RedirectorOverlay = { RedirectorOverlay.setStatusBarImg(); } } - } - - }; window.addEventListener("load", function(event) { RedirectorOverlay.onLoad(event); }, false); -window.addEventListener("DOMContentLoaded", function(event) { RedirectorOverlay.onDOMContentLoaded(event); }, true); -window.addEventListener("unload", function(event) { RedirectorOverlay.onUnload(event); }, false);
\ No newline at end of file +window.addEventListener("unload", function(event) { RedirectorOverlay.onUnload(event); }, false); |