UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

15 lines (9 loc) 218 B
/** * Returns a function that call a method on the passed object */ function func(name){ return function(obj){ return obj[name](); }; } module.exports = func;