Changeset 909
- Timestamp:
- 2008-03-30 06:58:15 (2 years ago)
- Files:
-
- branches/1.0.x/chrome/content/dta/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/chrome/content/dta/manager.js
r868 r909 2428 2428 return; 2429 2429 } 2430 if ( this._sessionSetting) {2430 if ('_sessionSetting' in this) { 2431 2431 this._return(this._sessionSetting); 2432 2432 return;
