mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Make sure all tree nodes have an addClass method
This commit is contained in:
parent
ec933eb1b5
commit
5276403e39
@ -75,6 +75,13 @@ Node.prototype.refreshInDom = function(changes) {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
Add a class to the node
|
||||||
|
*/
|
||||||
|
Node.prototype.addClass = function(className) {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
exports.Node = Node;
|
exports.Node = Node;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user