X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-core-debug.js;h=9fe5f9630bd2e80440153cd4d6e783d43cfcc5fe;hp=c798ba71920f2ae11ba621bcaf3752184e0735d4;hb=5b1a708cf006e24f8f6eb81a4e9723dad77c31cd;hpb=6e01794e54cc1b21208e67ae4151d199f63affa5 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index c798ba7192..9fe5f9630b 100644 --- a/roojs-core-debug.js +++ b/roojs-core-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; @@ -15440,7 +15439,7 @@ Roo.extend(Roo.Component, Roo.util.Observable, { /** * @cfg {String} actionMode * which property holds the element that used for hide() / show() / disable() / enable() - * default is 'el' + * default is 'el' for forms you probably want to set this to fieldEl */ actionMode : "el",