mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 21:11:10 +08:00
FEATURE: View flags grouped by topic
This commit is contained in:
@ -13,7 +13,6 @@ export default function() {
|
||||
if (type === "adapter:rest") {
|
||||
if (!this._restAdapter) {
|
||||
this._restAdapter = RestAdapter.create({ owner: this });
|
||||
// this._restAdapter.container = this;
|
||||
}
|
||||
return this._restAdapter;
|
||||
}
|
||||
@ -37,4 +36,4 @@ export default function() {
|
||||
},
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user