You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ember.Array interface does not define a concat() method, but the concat() macro seems to use it as if it exists. We might have an issue here and we should at least add a test to make sure whether it works or not.
The text was updated successfully, but these errors were encountered:
@Turbo87 I would like to do that. I had a little doubt regarding the test case though. Should I create a Ember.ArrayProxy object and convert it to array and test it or something else.
The
Ember.Array
interface does not define aconcat()
method, but theconcat()
macro seems to use it as if it exists. We might have an issue here and we should at least add a test to make sure whether it works or not.The text was updated successfully, but these errors were encountered: