| Index: remoting/webapp/crd/js/activity.js
|
| diff --git a/remoting/webapp/crd/js/activity.js b/remoting/webapp/crd/js/activity.js
|
| index 44e2fab03bb96d3b736877ec05e06edb117082e3..4a296002085916eabfba55119603fa1f085cbcb4 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() {};
|
| +
|
| })();
|
|
|