mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Added play method that only returns false
This commit is contained in:
parent
dcc406d218
commit
f8cefe6606
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ var NoAudioSound = new Class({
|
|||
},
|
||||
removeMarker: function (markerName) {
|
||||
return null;
|
||||
},
|
||||
play: function (markerName, config) {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSound;
|
||||
|
|
Loading…
Reference in a new issue