Formatting

pull/21833/head
Richard Lewis 2017-10-31 10:04:37 +00:00
parent 648b295971
commit 1cb878bb57
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export default React.createClass({
return;
}
// Fetch the token before loading the iframe as we need to mangle the URL
if(! this._scalarClient) {
if (!this._scalarClient) {
this._scalarClient = new ScalarAuthClient();
}
this._scalarClient.getScalarToken().done((token) => {