We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ember.isEmpty({})
false
jQuery.isEmptyObject(...)
Ember.isEmpty({}) // returns false. This doesn't help me much in the helpers. Using jQuery.isEmptyObject(...) until this issue is resolved.
See: emberjs/ember.js#5543
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ember.isEmpty({})
// returnsfalse
. This doesn't help me much in the helpers. UsingjQuery.isEmptyObject(...)
until this issue is resolved.See: emberjs/ember.js#5543
The text was updated successfully, but these errors were encountered: