mirror of
https://github.com/wassname/phaser.git
synced 2026-07-25 13:20:14 +08:00
jsdoc blocks added to every file and tidied up.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ Phaser.Stage.prototype = {
|
||||
*//**
|
||||
* Set
|
||||
* @param {string} The background color you want the stage to have
|
||||
*/.
|
||||
*/
|
||||
Object.defineProperty(Phaser.Stage.prototype, "backgroundColor", {
|
||||
|
||||
get: function () {
|
||||
|
||||
@@ -282,7 +282,6 @@ Phaser.Sound.prototype = {
|
||||
* @param {Description} stop - Description.
|
||||
* @param {Description} volume - Description.
|
||||
* @param {Description} loop - Description.
|
||||
*/
|
||||
addMarker: function (name, start, stop, volume, loop) {
|
||||
|
||||
volume = volume || 1;
|
||||
|
||||
Reference in New Issue
Block a user