Changeset 1742
- Timestamp:
- 2010-02-13 03:07:24 (6 months ago)
- Files:
-
- trunk/chrome/content/dta/manager/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/manager.js
r1741 r1742 883 883 if (!this._initialized) { 884 884 Debug.logString("not initialized. Going down immediately!"); 885 callback.call(this); 885 886 return true; 886 887 }
