X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-core-debug.js;h=3edb92ca175214b8370a5599a09fe0e07e6bfa18;hp=46fcc525ca012516eab949e2793c9544d79f1916;hb=25dc37b6fac42dc67bc542601241df016b5a3817;hpb=aed997d7111c547c2693aeaefde2f32d7a267bbd diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 46fcc525ca..3edb92ca17 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -6074,11 +6074,9 @@ Roo.util.Observable.releaseCapture = function(o){ var ls = this.listeners, scope, len = ls.length; if(len > 0){ this.firing = true; - + var args = Array.prototype.slice.call(arguments, 0); 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;