mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-06 15:30:26 +00:00
assignDomNodeClasses method also for SimpleEngine
This commit is contained in:
parent
fe9825c133
commit
bf07047f09
@ -68,6 +68,10 @@ function SimpleEngine(options) {
|
|||||||
this.widget.domNodes.push(this.domNode);
|
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
|
Set the text of the engine if it doesn't currently have focus
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user