mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 03:25:45 +01:00
Better temp file names for gF and friends.
This commit is contained in:
@@ -569,7 +569,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
* @property {string} The leaf name of any temp files created by
|
||||
* {@link io.createTempFile}.
|
||||
*/
|
||||
get tempFile() this.name + ".tmp",
|
||||
get tempFile() this.name + ".txt",
|
||||
|
||||
/**
|
||||
* @constant
|
||||
|
||||
Reference in New Issue
Block a user