mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 13:05:46 +01:00
Move filename calculations from io.createTempFile to config.tempFile.
This commit is contained in:
@@ -120,7 +120,14 @@ const configbase = { //{{{
|
||||
* application namespaces which should be loaded before liberator
|
||||
* initialization.
|
||||
*/
|
||||
scripts: []
|
||||
scripts: [],
|
||||
|
||||
/**
|
||||
* @property {string} The leaf name of any temp files created by
|
||||
* {@link io.createTempFile}.
|
||||
*/
|
||||
get tempFile() this.name.toLowerCase() + ".tmp"
|
||||
|
||||
}; //}}}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user