kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Make sure all tree nodes have an addClass method
rodzic
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;
|
||||
|
||||
})();
|
||||
|
|
Ładowanie…
Reference in New Issue