Make eslint happy.

This commit is contained in:
Guo Xiang Tan 2016-10-13 14:47:18 +08:00
parent ef1918662c
commit b4a899b144
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { on, observes, default as computed } from 'ember-addons/ember-computed-decorators';
import { observes } from 'ember-addons/ember-computed-decorators';
const REGEXP_FILTER_PREFIXES = /\s?(user:|@|category:|#|group:|badge:|tags?:|in:|status:|posts_count:|(before|after):)/ig;