Fix syntax error in gr-app.js
I got this
Expected ':'
from the console log.
The syntax error broke Internet Explorer support again, so re do :
function should fix it.
Follows up
4d22c7e835 (diff-293fdf98b9f52b1c261c3d06cce2ccc0)
Change-Id: If5a52dc0e2c8808a3b9ceb499a20bf6f62617d9a
This commit is contained in:
parent
32c2ef35c4
commit
ca13de796d
@ -198,7 +198,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_showKeyboardShortcuts(e) {
|
_showKeyboardShortcuts: function(e) {
|
||||||
if (this.shouldSuppressKeyboardShortcut(e)) { return; }
|
if (this.shouldSuppressKeyboardShortcut(e)) { return; }
|
||||||
this.$.keyboardShortcuts.open();
|
this.$.keyboardShortcuts.open();
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user