Fix syntax of typing in protocol.js.
This commit is contained in:
+8
-7
@@ -1587,13 +1587,14 @@ Stream.prototype.setStatsInterval = function(ms) {
|
|||||||
* any -> cancelled -> closed
|
* any -> cancelled -> closed
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @parm {ServerConnection} sc
|
* @param {ServerConnection} sc
|
||||||
* @parm {string} userid
|
* @param {string} userid
|
||||||
* @parm {string} rid
|
* @param {string} id
|
||||||
* @parm {boolean} up
|
* @param {boolean} up
|
||||||
* @parm {string} username
|
* @param {string} username
|
||||||
* @parm {string} mimetype
|
* @param {string} name
|
||||||
* @parm {number} size
|
* @param {string} mimetype
|
||||||
|
* @param {number} size
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
function TransferredFile(sc, userid, id, up, username, name, mimetype, size) {
|
function TransferredFile(sc, userid, id, up, username, name, mimetype, size) {
|
||||||
|
|||||||
Reference in New Issue
Block a user