UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

13 lines (9 loc) 204 B
define(function () { /** * Safer Object.hasOwnProperty */ function hasOwn(obj, prop){ return Object.prototype.hasOwnProperty.call(obj, prop); } return hasOwn; });