X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/KeyMap.html diff --git a/docs/source/KeyMap.html b/docs/source/KeyMap.html index 2fbb1677..87f641cb 100644 --- a/docs/source/KeyMap.html +++ b/docs/source/KeyMap.html @@ -1,5 +1,6 @@ + The source code @@ -173,7 +174,7 @@ map.addBinding({ * following options: * {key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)} * @param {Function} fn The function to call - * @param {Object} scope (optional) The scope of the function + * @param {Object} scope (optional) The scope (this reference) in which the function is executed. Defaults to the browser window. */ on : function(key, fn, scope){ var keyCode, shift, ctrl, alt;