Fix linting.

This commit is contained in:
Guo Xiang Tan 2017-08-30 15:36:45 +08:00
parent d229969afa
commit 0a53c589c4
3 changed files with 3 additions and 4 deletions

View File

@ -42,6 +42,7 @@
"invisible":true,
"asyncRender":true,
"selectDropdown":true,
"selectBox":true,
"asyncTestDiscourse":true,
"fixture":true,
"find":true,

View File

@ -1,5 +1,3 @@
import computed from 'ember-addons/ember-computed-decorators';
export default Ember.Component.extend({
classNames: "select-box-header",

View File

@ -1,4 +1,4 @@
import { IMAGE_VERSION as v} from 'pretty-text/emoji';
import { IMAGE_VERSION as v } from 'pretty-text/emoji';
QUnit.module("model:topic");