1
0
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:
Kris Maglione
2011-10-06 02:22:50 -04:00
parent adea42d882
commit 4bc779fe7c
4 changed files with 10 additions and 8 deletions

View File

@@ -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