jmuehlner commented on code in PR #922:
URL: https://github.com/apache/guacamole-client/pull/922#discussion_r1370467693


##########
guacamole/src/main/frontend/src/app/player/directives/player.js:
##########
@@ -179,6 +199,12 @@ angular.module('player').directive('guacPlayer', 
['$injector', function guacPlay
          */
         var resumeAfterSeekRequest = false;
 
+        /**
+         * A scheduled timer to clean up the mouse activity CSS class, or null
+         * if no timer is scheduled.
+         */
+        var mouseActivityTimer = null;

Review Comment:
   Oops, yeah, I lost the assignment when I refactored. let me fix that.



##########
guacamole/src/main/frontend/src/app/player/directives/player.js:
##########
@@ -179,6 +199,12 @@ angular.module('player').directive('guacPlayer', 
['$injector', function guacPlay
          */
         var resumeAfterSeekRequest = false;
 
+        /**
+         * A scheduled timer to clean up the mouse activity CSS class, or null
+         * if no timer is scheduled.
+         */
+        var mouseActivityTimer = null;

Review Comment:
   Oops, yeah, I lost the assignment when I refactored. let me fix that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to