Remove test timeout

This commit is contained in:
Jiiks 2018-01-25 14:54:02 +02:00
parent 271101ba0b
commit 366deb02fc
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@
created: function () {
Events.on('ready', e => {
setTimeout(() => { //Dummy timeout to test loading
this.loaded = true;
}, 5000);
this.loaded = true;
});
window.addEventListener('keyup', globalKeyListener = e => {