Remove unused imports

This commit is contained in:
Samuel Mannehed 2017-09-17 16:25:15 +02:00
parent 28b004fd70
commit d92b701393
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ var assert = chai.assert;
var expect = chai.expect;
import Keyboard from '../core/input/keyboard.js';
import keysyms from '../core/input/keysymdef.js';
import * as KeyboardUtil from '../core/input/util.js';
function isIE() {
return navigator && !!(/trident/i).exec(navigator.userAgent);