mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Don't use the Ember global (#13535)
This commit is contained in:
parent
717908f426
commit
aa56e2a758
8 changed files with 18 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
const { getProperties } = Ember;
|
||||
import { getProperties } from "@ember/object";
|
||||
|
||||
/*
|
||||
DateWithZoneHelper provides a limited list of helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue