mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-20 22:59:49 +00:00
fix whitespace
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user