1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-14 14:53:20 +00:00

fix whitespace

This commit is contained in:
pmario 2025-03-16 17:24:52 +01:00
parent 8c044b1945
commit c047bdb867

@ -34,7 +34,7 @@ Refresh if the attribute value changed since render
MyWidget.prototype.refresh = function(changedTiddlers) {
// Find which attributes have changed
var changedAttributes = this.computeAttributes();
if(changedAttributes.message) {
if (changedAttributes.message) {
this.refreshSelf();
return true;
} else {