mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
ES6 module migrations
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import Presence from 'discourse/mixins/presence';
|
||||
import { outputExportResult } from 'discourse/lib/export-result';
|
||||
|
||||
export default Ember.ArrayController.extend(Discourse.Presence, {
|
||||
export default Ember.ArrayController.extend(Presence, {
|
||||
loading: false,
|
||||
|
||||
show() {
|
||||
|
Reference in New Issue
Block a user