mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +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++)
|
for (var i = 0; i < keys.length; i++)
|
||||||
{
|
{
|
||||||
var currentKey = keys[i].trim();
|
var currentKey = keys[i].trim();
|
||||||
|
|
||||||
if (currentKey)
|
if (currentKey)
|
||||||
{
|
{
|
||||||
output[currentKey] = this.addKey(currentKey);
|
output[currentKey] = this.addKey(currentKey);
|
||||||
|
|
Loading…
Add table
Reference in a new issue