mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-14 11:49:50 +00:00
assignDomNodeClasses method also for SimpleEngine
This commit is contained in:
@@ -68,6 +68,10 @@ function SimpleEngine(options) {
|
||||
this.widget.domNodes.push(this.domNode);
|
||||
}
|
||||
|
||||
SimpleEngine.prototype.assignDomNodeClasses = function() {
|
||||
this.domNode.className = this.widget.getAttribute("class","");
|
||||
};
|
||||
|
||||
/*
|
||||
Set the text of the engine if it doesn't currently have focus
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user