diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index e032d1a8f..9e9901f88 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -35,7 +35,7 @@ function popTarget () { Fix.Model.target = target = targetStack.pop(); if (targetStack.length <= 0) { - BI.Widget.target = target = null; + Fix.Model.target = target = null; } } diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 8228dfba9..92c08f42b 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -35,7 +35,7 @@ function popTarget () { Fix.Model.target = target = targetStack.pop(); if (targetStack.length <= 0) { - BI.Widget.target = target = null; + Fix.Model.target = target = null; } }