conforming to coding guidelines 2

This commit is contained in:
kg422
2015-08-14 12:00:33 -07:00
parent 2984125b8d
commit 153f6bfdd9
3 changed files with 12 additions and 12 deletions

View File

@@ -22,9 +22,9 @@ var HybridMobileDeployCompanion = React.createClass({
this.fetchData();
},
fetchData: function() {
HybridMobileDeploy.queryUpdate((err, update) => {
this.setState({ update: update, updateString: JSON.stringify(update) });
});
HybridMobileDeploy.queryUpdate((err, update) => {
this.setState({ update: update, updateString: JSON.stringify(update) });
});
},
getInitialState: function() {
return { update: false, updateString: "" };