Skip to content

Commit a193ad5

Browse files
committed
Fixed jsdocs phaserjs#2418
1 parent 7102a34 commit a193ad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/net/Net.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Phaser.Net.prototype = {
150150
},
151151

152152
/**
153-
* Returns the Query String as an object.
154-
* If you specify a parameter it will return just the value of that parameter, should it exist.
153+
* Takes a Uniform Resource Identifier (URI) component (previously created by encodeURIComponent or by a similar routine) and
154+
* decodes it, replacing \ with spaces in the return. Used internally by the Net classes.
155155
*
156156
* @method Phaser.Net#decodeURI
157157
* @param {string} value - The URI component to be decoded.

0 commit comments

Comments
 (0)