diff options
author | Einar Egilsson | 2007-10-02 10:49:10 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-10-02 10:49:10 +0000 |
commit | 44344acd49dbd1781825644deee839d7de132e00 (patch) | |
tree | d21acd917adc8fbbb64d0c7295a7a56345a5053d /chrome/content/redirector.js | |
parent | ec5b381d57a1a873d423c9e6f2d6ca78c1aa1963 (diff) |
Redirector 1.0.1
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@92 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirector.js')
-rw-r--r-- | chrome/content/redirector.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/content/redirector.js b/chrome/content/redirector.js index cab38c3..1c77ed6 100644 --- a/chrome/content/redirector.js +++ b/chrome/content/redirector.js @@ -11,6 +11,10 @@ var Redirector = { this.load(); this.prefObserver.register(); }, + + unload : function() { + this.prefObserver.unregister(); + }, save : function() { var r |