* User stuff converted to use Async.js. More to come
This commit is contained in:
@@ -29,6 +29,8 @@ EditTextView.prototype.onKeyPress = function(key, isSpecial) {
|
||||
|
||||
assert(1 === key.length);
|
||||
|
||||
console.log('key: ' + key);
|
||||
|
||||
if(this.text.length < this.options.maxLength) {
|
||||
key = strUtil.stylizeString(key, this.textStyle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user