|
|
@ -517,7 +517,8 @@ |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
BI.Widget.popContext = function () { |
|
|
|
BI.Widget.popContext = function () { |
|
|
|
BI.Widget.context = context = contextStack.pop(); |
|
|
|
contextStack.pop(); |
|
|
|
|
|
|
|
BI.Widget.context = context = null; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
function pushTarget (_current) { |
|
|
|
function pushTarget (_current) { |
|
|
@ -526,7 +527,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function popTarget () { |
|
|
|
function popTarget () { |
|
|
|
BI.Widget.current = current = currentStack.pop(); |
|
|
|
currentStack.pop(); |
|
|
|
|
|
|
|
BI.Widget.current = current = null; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
BI.onBeforeMount = function (beforeMount) { |
|
|
|
BI.onBeforeMount = function (beforeMount) { |
|
|
|