Changeset 875
- Timestamp:
- 2008-03-12 06:58:26 (10 months ago)
- Files:
-
- trunk/components/filterManager.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/components/filterManager.js
r866 r875 321 321 .createInstance(Ci.nsITimer), 322 322 323 _init: function FM_init() {323 init: function FM_init() { 324 324 this._prefs = this._prefs.QueryInterface(Ci.nsIPrefBranch2); 325 325 … … 342 342 this._timer.TYPE_ONE_SHOT 343 343 ); 344 this.init = new Function(); 344 345 }, 345 346 … … 531 532 [Ci.nsITimerCallback, Ci.nsIObserver, Ci.dtaIFilterManager] 532 533 ); 533 FilterManager._init();534 534 535 535 // entrypoint 536 536 function NSGetModule(compMgr, fileSpec) { 537 return new ServiceModule(FilterManager, true);537 return new ServiceModule(FilterManager, false); 538 538 }
