UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

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