mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-14 14:53:20 +00:00
fix whitespace
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user