mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-26 20:15:15 +00:00
style(App) eliminate whitespace at the end of code lines (#5735)
This commit is contained in:
@@ -32,7 +32,7 @@ RawWidget.prototype.render = function(parent,nextSibling) {
|
||||
var div = this.document.createElement("div");
|
||||
div.innerHTML=this.parseTreeNode.html;
|
||||
parent.insertBefore(div,nextSibling);
|
||||
this.domNodes.push(div);
|
||||
this.domNodes.push(div);
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user