Make ESlint happy.

This commit is contained in:
Guo Xiang Tan 2016-03-07 17:33:06 +08:00
parent ccf835e342
commit eb5cee3150
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default Ember.Controller.extend({
isUploading: false,
topic: null,
showToolbar: Em.computed({
get(key){
get(){
const keyValueStore = this.container.lookup('key-value-store:main');
const storedVal = keyValueStore.get("toolbar-enabled");
if (this._toolbarEnabled === undefined && storedVal === undefined) {