Merge branch 'master' into gh-pages

This commit is contained in:
Gabriele Cirulli
2014-03-10 20:46:50 +01:00
-1
View File
@@ -39,7 +39,6 @@ KeyboardInputManager.prototype.listen = function () {
event.shiftKey;
var mapped = map[event.which];
console.log(event);
if (!modifiers) {
if (mapped !== undefined) {
event.preventDefault();