mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-346: Simplify style of seek callback invocation.
This commit is contained in:
		| @@ -384,13 +384,10 @@ Guacamole.SessionRecording = function SessionRecording(tunnel) { | ||||
|             if (currentFrame !== index) | ||||
|                 seekToFrame(index, callback); | ||||
|  | ||||
|             else { | ||||
|  | ||||
|                 // Notify that the requested seek has completed | ||||
|             // Notify that the requested seek has completed | ||||
|             else | ||||
|                 callback(); | ||||
|  | ||||
|             } | ||||
|  | ||||
|         }, 0); | ||||
|  | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user