1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00

Correct harmless but confusing typo

This commit is contained in:
Jeremy Ruston 2013-08-21 23:09:40 +01:00
parent ca142dbdb5
commit 44f172c5ec

View File

@ -96,7 +96,7 @@ InfoWidget.prototype.generate = function() {
// Get attributes
this.type = this.renderer.getAttribute("type","changecount").toLowerCase();
// Get the appropriate value for the current tiddler
var value = "",
var value = [],
fn = InfoWidget.types[this.type];
if(fn) {
value = fn({