Skip to content

Commit 0fd6d9d

Browse files
committed
Fixed a trailing spaces issue from the addKey(string) whitespace update
1 parent 7531923 commit 0fd6d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/keyboard/KeyboardPlugin.js

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

0 commit comments

Comments
 (0)