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
We should be able to mark certain properties as private, complaining when the property is set by the consumer when initializing an instance. For example a consumer of Ember.Component should not be passing in isDestroyed or isDestroying. We should allow a component to do something like:
We should be able to mark certain properties as private, complaining when the property is set by the consumer when initializing an instance. For example a consumer of
Ember.Component
should not be passing inisDestroyed
orisDestroying
. We should allow a component to do something like:The text was updated successfully, but these errors were encountered: