Ember.ProxyMixin Class packages/ember-runtime/lib/mixins/-proxy.js:36


PRIVATE

Ember.ProxyMixin forwards all properties not defined by the proxy itself to a proxied content object. See Ember.ObjectProxy for more details.

Show:

Properties

Show:

content

Ember.Object private

The object whose properties will be forwarded.

Default: null