mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 06:14:44 +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
|
// Get attributes
|
||||||
this.type = this.renderer.getAttribute("type","changecount").toLowerCase();
|
this.type = this.renderer.getAttribute("type","changecount").toLowerCase();
|
||||||
// Get the appropriate value for the current tiddler
|
// Get the appropriate value for the current tiddler
|
||||||
var value = "",
|
var value = [],
|
||||||
fn = InfoWidget.types[this.type];
|
fn = InfoWidget.types[this.type];
|
||||||
if(fn) {
|
if(fn) {
|
||||||
value = fn({
|
value = fn({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user