mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-05 00:08:06 +00:00
remove commented code
This commit is contained in:
@@ -637,9 +637,6 @@ Render the children of this widget into the DOM
|
||||
*/
|
||||
Widget.prototype.renderChildren = function(parent,nextSibling) {
|
||||
var children = this.children;
|
||||
// if(this.tag) {
|
||||
// var x = this.getAncestorCountDom(true);
|
||||
// }
|
||||
for(var i = 0; i < children.length; i++) {
|
||||
children[i].render(parent,nextSibling);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user