function()

in src/main/resources/SLING-INF/libs/sling/resource-editor/static/js/tree/TreeController.js [186:190]


				function() {
					return this.tagName == "LI"
							? $(this).attr("nodename") 
							: null;
				}