Changeset 3626
- Timestamp:
- 12/27/07 06:02:39 (5 years ago)
- Files:
-
- 1 modified
-
platform/gecko/jsm/file.jsm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/gecko/jsm/file.jsm
r3625 r3626 36 36 var file = File.toFile(file); 37 37 var write, charset, strm; 38 mode.replace(/(write|charset=([^\s]+))/g, function ( v1, v2) {38 mode.replace(/(write|charset=([^\s]+))/g, function (_, v1, v2) { 39 39 if (v1) write = true; 40 40 if (v2) charset = v2;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)