Changes between Version 1 and Version 2 of Ticket #14755
- Timestamp:
- Feb 8, 2012, 11:44:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14755 – Description
v1 v2 43 43 44 44 {{{ 45 this._connects.push( 46 array.map(["keydown", "keypress", "paste", "cut", "input" ], function(event){ 47 on(this.textbox, event, lang.hitch(this, handleEvent)); 48 }, this) 49 ); 45 array.map(["keydown", "keypress", "paste", "cut", "input" ], function(event){ 46 on(this.textbox, event, lang.hitch(this, handleEvent)); 47 }, this) 50 48 }}} 51 49