1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Comment update

This commit is contained in:
Jeremy Ruston 2012-08-30 15:20:57 +01:00
parent 57123933be
commit 8a2b1aea9b

View File

@ -621,7 +621,7 @@ $tw.wiki.addTiddlers($tw.wiki.deserializeTiddlers("(DOM)",document.getElementByI
if(!$tw.browser) { if(!$tw.browser) {
/* /*
Load the tiddlers contained in a particular file (and optionally the accompanying .meta file) Load the tiddlers contained in a particular file (and optionally extract fields from the accompanying .meta file)
*/ */
$tw.loadTiddlersFromFile = function(file,fields,isShadow) { $tw.loadTiddlersFromFile = function(file,fields,isShadow) {
var ext = path.extname(file), var ext = path.extname(file),