@@ -19,8 +19,8 @@ class Node {
return j == null || j.length == 0;
}
- function getJRoot() {
- return @:privateAccess Inspector.current.jroot;
+ function getJRoot() : vdom.JQuery {
+ return null;
function initContent() {
@@ -69,7 +69,7 @@ class Panel extends Node {
override function getJRoot() {
- if( j == null ) return super.getJRoot();
+ if( j == null ) return @:privateAccess inspect.jroot;
return j;