UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

13 lines (9 loc) 169 B
define(function () { /** * Returns the first argument provided to it. */ function identity(val){ return val; } return identity; });