mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08: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