diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-12-24 12:20:01 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-12-24 12:20:01 +0300 |
| commit | 44258fa967a8804a80d84ebd845a8668c18ca890 (patch) | |
| tree | d1a40d64bcd51050804c5ff3f0e1f879d531108e /prefs.js | |
| parent | 87dd6451fc72643cd25786b26ae53bed9d58d92f (diff) | |
remove obsolete methods to call init(); code cleanup
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1217,9 +1217,6 @@ function init() { try { - if (arguments.callee.done) return; - arguments.callee.done = true; - if (getURLParam('debug')) { Element.show("debug_output"); debug('debug mode activated'); |