Update from upstream

Change-Id: I7675edf85004272d63d0129c3a29034e6015ad16
This commit is contained in:
Amir E. Aharoni
2013-04-12 17:46:54 +03:00
parent 32b89ed263
commit 943ac6bc6a
86 changed files with 1585 additions and 1541 deletions

View File

@@ -93,7 +93,9 @@
default:
var languageFilter = this;
if ( e.which < 32 ) {
if ( e.which < 32 &&
e.which !== 8 // Backspace
) {
// ignore any ASCII control characters
break;
}