mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Formatting
This commit is contained in:
parent
490ca9c4b6
commit
e01013d418
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ var KeyboardPlugin = new Class({
|
|||
for (var i = 0; i < keys.length; i++)
|
||||
{
|
||||
var currentKey = keys[i].trim();
|
||||
|
||||
if (currentKey)
|
||||
{
|
||||
output[currentKey] = this.addKey(currentKey);
|
||||
|
|
Loading…
Reference in a new issue