mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +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) {
|
removeMarker: function (markerName) {
|
||||||
return null;
|
return null;
|
||||||
|
},
|
||||||
|
play: function (markerName, config) {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
module.exports = NoAudioSound;
|
module.exports = NoAudioSound;
|
||||||
|
|
Loading…
Add table
Reference in a new issue