Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / src / util / KeyMap.js
index c13a64a..45ab1ed 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -172,7 +172,7 @@ map.addBinding({
      * following options:\r
      * {key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)}\r
      * @param {Function} fn The function to call\r
-     * @param {Object} scope (optional) The scope of the function\r
+     * @param {Object} scope (optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the browser window.\r
      */\r
     on : function(key, fn, scope){\r
         var keyCode, shift, ctrl, alt;\r