mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Fixed some Travis CI errors.
This commit is contained in:
parent
565d8e6e4a
commit
4cc3777d36
1 changed files with 8 additions and 11 deletions
|
@ -167,9 +167,6 @@ Phaser.Keyboard.prototype = {
|
|||
* @return {object} An object containing user selected properties
|
||||
*/
|
||||
addKeys: function (keycodes,hotkeys){
|
||||
if(keycodes.length === hotkeys.length)
|
||||
debugger;
|
||||
|
||||
var result = "{";
|
||||
for(var i = 0; i < hotkeys.length; i++){
|
||||
|
||||
|
|
Loading…
Reference in a new issue