1
0
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:
Jeremy Ruston
2012-06-14 18:18:32 +01:00
parent fa279514c7
commit 11c9031873
5 changed files with 94 additions and 0 deletions

View File

@@ -75,6 +75,13 @@ Node.prototype.addClass = function(className) {
};
/*
Add styles to a node
*/
Node.prototype.addStyles = function(styles) {
};
exports.Node = Node;
})();