mirror of
https://github.com/flarum/core.git
synced 2025-08-11 19:04:29 +02:00
Fix JSHint errors
This commit is contained in:
@@ -2,7 +2,7 @@ import Ember from 'ember';
|
||||
|
||||
var DiscussionResult = Ember.ObjectProxy.extend({
|
||||
|
||||
relevantPosts: Em.A(),
|
||||
relevantPosts: null,
|
||||
|
||||
startPost: null,
|
||||
lastPost: null
|
||||
|
Reference in New Issue
Block a user