Skip to content

Commit e01013d

Browse files
committed
Formatting
1 parent 490ca9c commit e01013d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/input/keyboard/KeyboardPlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ var KeyboardPlugin = new Class({
345345
for (var i = 0; i < keys.length; i++)
346346
{
347347
var currentKey = keys[i].trim();
348+
348349
if (currentKey)
349350
{
350351
output[currentKey] = this.addKey(currentKey);

0 commit comments

Comments
 (0)