1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-20 09:43:13 +00:00

Coding style update

This commit is contained in:
Cindy Ruan 2021-05-23 22:07:06 -07:00
parent 952d84448d
commit 60fc8ee047

View File

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