From: Alan Knowles Date: Thu, 12 Mar 2020 08:48:13 +0000 (+0800) Subject: revert adding options to callback - breaks too much code X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8765fea5e82141547dba39152cc77375325777f9;hp=6e01794e54cc1b21208e67ae4151d199f63affa5 revert adding options to callback - breaks too much code --- diff --git a/docs/src/Roo_util_Observable.js.html b/docs/src/Roo_util_Observable.js.html index d1e823c509..fd64f0ebb8 100644 --- a/docs/src/Roo_util_Observable.js.html +++ b/docs/src/Roo_util_Observable.js.html @@ -360,7 +360,6 @@ for(var i = 0; i < len; i++){ var args = Array.prototype.slice.call(arguments, 0); var l = ls[i]; - args.push(l.options); if(l.fireFn.apply(l.scope||this.obj||window, args) === false){ this.firing = false; return false;