mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-15 14:57:42 +00:00
style(App) eliminate whitespace at the end of code lines (#5735)
This commit is contained in:
@@ -81,7 +81,7 @@ ElementWidget.prototype.refresh = function(changedTiddlers) {
|
||||
if(hasChangedAttributes) {
|
||||
if(!this.isReplaced) {
|
||||
// Update our attributes
|
||||
this.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});
|
||||
this.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});
|
||||
} else {
|
||||
// If we were replaced then completely refresh ourselves
|
||||
return this.refreshSelf();
|
||||
|
||||
Reference in New Issue
Block a user