mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +00:00
Make sure all tree nodes have an addClass method
This commit is contained in:
@@ -75,6 +75,13 @@ Node.prototype.refreshInDom = function(changes) {
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
Add a class to the node
|
||||
*/
|
||||
Node.prototype.addClass = function(className) {
|
||||
|
||||
};
|
||||
|
||||
exports.Node = Node;
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user