UNPKG

ember-introjs

Version:
15 lines (11 loc) 231 B
define(function () { /** * Returns a function that gets a property of the passed object */ function prop(name){ return function(obj){ return obj[name]; }; } return prop; });