| Index: remoting/webapp/app_remoting/js/app_remoting.js
|
| diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
|
| index 2aab7393bc664c590621f172a743b74878ba8d23..378a96cba20b5ff805a3c62a37ca1f9427ef2b11 100644
|
| --- a/remoting/webapp/app_remoting/js/app_remoting.js
|
| +++ b/remoting/webapp/app_remoting/js/app_remoting.js
|
| @@ -190,7 +190,7 @@ remoting.AppRemoting.prototype.init = function(connector) {
|
| method: 'POST',
|
| url: that.runApplicationUrl(),
|
| onDone: parseAppHostResponse,
|
| - oauthToken: token,
|
| + oauthToken: token
|
| });
|
| };
|
|
|
|
|