X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=b9b1af11d5ec52516eca2717946e1aff62a719ae;hb=970e983f22aed7c678498e38c0911f9e92491a16;hp=1ba254dcce1cb12d4cdcac974e86fb2d55cd4d77;hpb=6e01794e54cc1b21208e67ae4151d199f63affa5;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 1ba254dcce..b9b1af11d5 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -6074,9 +6074,8 @@ 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]; if(l.fireFn.apply(l.scope||this.obj||window, args) === false){ this.firing = false;