summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/crd/js/activity.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/crd/js/activity.js')
-rw-r--r--remoting/webapp/crd/js/activity.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/webapp/crd/js/activity.js b/remoting/webapp/crd/js/activity.js
index 44e2fab..206073c 100644
--- a/remoting/webapp/crd/js/activity.js
+++ b/remoting/webapp/crd/js/activity.js
@@ -29,4 +29,10 @@ remoting.Activity = function() {};
*/
remoting.Activity.prototype.start = function() {};
+/**
+ * Cancels or disconnects a remote connection.
+ * @return {void}
+ */
+remoting.Activity.prototype.stop = function() {};
+
})(); \ No newline at end of file