mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-20 09:43:13 +00:00
Coding style update
This commit is contained in:
parent
952d84448d
commit
60fc8ee047
@ -158,7 +158,7 @@ SaverHandler.prototype.saveWiki = function(options) {
|
||||
}
|
||||
var variables = options.variables || {},
|
||||
template = (options.template ||
|
||||
this.wiki.getTiddlerText("$:/config/SaveWikiButton/Template", "$:/core/save/all")).trim(),
|
||||
this.wiki.getTiddlerText("$:/config/SaveWikiButton/Template","$:/core/save/all")).trim(),
|
||||
downloadType = options.downloadType || "text/plain",
|
||||
text = this.wiki.renderTiddler(downloadType,template,options),
|
||||
callback = function(err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user