diff --git a/src/core/4.widget.js b/src/core/4.widget.js index 7fc406f3e..3795e8b68 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -774,7 +774,6 @@ BI.watch = function (vm, watch, handler) { if (BI.Widget.current) { - options = options || {}; if (vm instanceof BI.Model) { BI.Widget.current._watchers || (BI.Widget.current._watchers = []); if (BI.isKey(watch)) {