mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-28 15:43:08 +00:00 
			
		
		
		
	GUACAMOLE-986: Update documentation of all parameters/returns to specify non-nullable and/or primitive types where appropriate.
This commit is contained in:
		| @@ -27,6 +27,8 @@ describe("Guacamole.Event", function EventSpec() { | ||||
|      * | ||||
|      * @constructor | ||||
|      * @augments Guacamole.Event | ||||
|      * @param {object} value | ||||
|      *     An arbitrary value to expose to the handler of the event. | ||||
|      */ | ||||
|     var TestEvent = function TestEvent(value) { | ||||
|  | ||||
| @@ -35,7 +37,7 @@ describe("Guacamole.Event", function EventSpec() { | ||||
|         /** | ||||
|          * An arbitrary value to expose to the handler of this event. | ||||
|          * | ||||
|          * @type {Object} | ||||
|          * @type {object} | ||||
|          */ | ||||
|         this.value = value; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user