mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-15 21:28:07 +00:00
Added support for style blocks
This commit is contained in:
@@ -75,6 +75,13 @@ Node.prototype.addClass = function(className) {
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
Add styles to a node
|
||||
*/
|
||||
Node.prototype.addStyles = function(styles) {
|
||||
|
||||
};
|
||||
|
||||
exports.Node = Node;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user