mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: allows to import isPresent (#8993)
This commit is contained in:
@ -80,6 +80,7 @@ var define, requirejs;
|
||||
inject: Ember.inject.service
|
||||
},
|
||||
"@ember/utils": {
|
||||
isPresent: Ember.isPresent,
|
||||
isEmpty: Ember.isEmpty,
|
||||
isNone: Ember.isNone
|
||||
},
|
||||
|
Reference in New Issue
Block a user