Ember.ActionHandler Class packages/ember-runtime/lib/mixins/action_handler.js:8


The Ember.ActionHandler mixin implements support for moving an actions property to an _actions property at extend time, and adding _actions to the object's mergedProperties list.

Ember.ActionHandler is used internally by Ember in Ember.View, Ember.Controller, and Ember.Route.

Show:

Methods

Show:

willMergeMixin

private