Changeset 1106
- Timestamp:
- 2008-09-23 22:18:23 (2 months ago)
- Files:
-
- trunk/chrome/content/dta/manager.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.js
r1097 r1106 39 39 const NS_DTA = 'http://www.downthemall.net/properties#'; 40 40 const NS_METALINKER = 'http://www.metalinker.org/'; 41 const NS_HTML = 'http://www.w3.org/1999/xhtml'; 41 42 42 43 … … 1944 1945 open: function CH_open() { 1945 1946 this._sessionBytes = 0; 1946 let file = this.parent.tmpFile .clone();1947 let file = this.parent.tmpFile; 1947 1948 if (!file.parent.exists()) { 1948 1949 file.parent.create(Ci.nsIFile.DIRECTORY_TYPE, Prefs.dirPermissions);
