mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Correct harmless but confusing typo
This commit is contained in:
parent
ca142dbdb5
commit
44f172c5ec
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user