UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

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