From eb9866240c083ad7bf83df68a229d2a51d46abc6 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 12 Nov 2012 11:43:24 +0000 Subject: [PATCH] Comment update --- tw5dropbox/plugins/dropbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tw5dropbox/plugins/dropbox.js b/tw5dropbox/plugins/dropbox.js index 2531e4ae2..0d4e2b1f8 100644 --- a/tw5dropbox/plugins/dropbox.js +++ b/tw5dropbox/plugins/dropbox.js @@ -21,7 +21,7 @@ var queryLoginMarker = "login=true"; $tw.plugins.dropbox = { // State data client: null, // Dropbox.js client object - fileInfo: {}, // Hashmap of each filename as retrieved from Dropbox: {versionTag:,title:} + fileInfo: {}, // Hashmap of each filename as retrieved from Dropbox (including .meta files): {versionTag:,title:} titleInfo: {}, // Hashmap of each tiddler title retrieved from Dropbox to filename // Titles of various shadow tiddlers used by the plugin titleIsLoggedIn: "$:/plugins/dropbox/IsLoggedIn",