1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Adding comment

This commit is contained in:
Jeremy Ruston 2013-03-07 17:18:04 +00:00
parent 3b458031ff
commit 0731135866

View File

@ -12,6 +12,7 @@ Handles saving changes via HTML5's download APIs
/*global $tw: false */
"use strict";
// Title of the tiddler containing the download message
var downloadInstructionsTitle = "$:/messages/Download"
/*