Skip to content

Commit

Permalink
a few methods have to remain non-static, reverted this change from si…
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Oct 15, 2018
1 parent 4aa0d2b commit 6456b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/App.jsx
Expand Up @@ -193,7 +193,7 @@ class App extends React.Component {
return Promise.resolve();
}

static getServices () {
getServices () {
return UnifileService.getServices();
}

Expand Down
2 changes: 1 addition & 1 deletion src/js/KeyboardNav.jsx
Expand Up @@ -58,7 +58,7 @@ export default class KeyboardNav extends React.Component {
}, true);
}

static render () {
render () {
return <div />;
}
}

0 comments on commit 6456b5c

Please sign in to comment.