Fix wrong import

This commit is contained in:
yanas 2016-08-29 13:04:55 -05:00
parent 7076ada6f4
commit 45e38ae4c9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/* jshint -W101 */ /* jshint -W101 */
import UIUtil from '../util/UIUtil'; import UIUtil from '../util/UIUtil';
import UIEvents from '../../../service/UI/UIEvents'; import UIEvents from '../../../service/UI/UIEvents';
import KeyboardShortcut from '../../keyboardshortcut/KeyboardShortcut'; import KeyboardShortcut from '../../keyboardshortcut/keyboardshortcut';
let roomUrl = null; let roomUrl = null;
let emitter = null; let emitter = null;