mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Fixed a trailing spaces issue from the addKey(string) whitespace update
This commit is contained in:
parent
75319233f2
commit
0fd6d9d7dc
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ var KeyboardPlugin = new Class({
|
|||
for (var i = 0; i < keys.length; i++)
|
||||
{
|
||||
var currentKey = keys[i].trim();
|
||||
if (currentKey)
|
||||
if (currentKey)
|
||||
{
|
||||
output[currentKey] = this.addKey(currentKey);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue