git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git]
/
src
/
util
/
KeyMap.js
diff --git
a/src/util/KeyMap.js
b/src/util/KeyMap.js
index
2da9c38
..
fb9f89a
100644
(file)
--- a/
src/util/KeyMap.js
+++ b/
src/util/KeyMap.js
@@
-1,5
+1,5
@@
/*!
/*!
- * Ext JS Library 3.
0.3
+ * Ext JS Library 3.
1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
* Copyright(c) 2006-2009 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
* 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
*/
\r
on : function(key, fn, scope){
\r
var keyCode, shift, ctrl, alt;
\r