mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 15:53:32 +02: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