aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/overlay.js
diff options
context:
space:
mode:
authorEinar Egilsson2009-05-10 05:20:55 +0000
committerEinar Egilsson2009-05-10 05:20:55 +0000
commit0226cb6655cdf0948be1e91d0876925c0b7cb72c (patch)
treea964da8d7c49842eaa8edbf69498dfb127f01456 /chrome/content/overlay.js
parent612e652d4a9feac5331c0262bbe6d234df3542e7 (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.js8
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);