UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

15 lines (11 loc) 231 B
define(function () { /** * Returns a function that call a method on the passed object */ function func(name){ return function(obj){ return obj[name](); }; } return func; });