@ -11592,7 +11592,7 @@ if (!window.BI) {
overrides = sp;
sp = sb;
sb = function () {
sp.apply(this, arguments);
return sp.apply(this, arguments);
};
}
var F = function () {
@ -20,7 +20,7 @@
var Store = BI.inherit(Fix.VM, {
_init: function () {
this.comp = new Computed(model).model;
this.comp = new Computed(model);
},
computed: {
b: function () {
@ -11643,7 +11643,7 @@ if (!window.BI) {
@ -10208,7 +10208,7 @@ BI.shortcut("demo.tmp", Demo.Func);
@ -938,6 +938,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
initComputed(this, this.computed);
initMethods(this, this.actions);
this._init();
if (this.$$model) {
return this.model;
VM.prototype.$watch = function $watch(expOrFn, cb, options) {
@ -442,7 +442,7 @@ if (!window.BI) {