mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: s/Em/Ember (#6874)
This commit is contained in:
@@ -33,7 +33,7 @@ QUnit.test("visited", assert => {
|
||||
});
|
||||
|
||||
QUnit.test("lastUnreadUrl", assert => {
|
||||
const category = Em.Object.create({
|
||||
const category = Ember.Object.create({
|
||||
navigate_to_first_post_after_read: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user