%PDF- %PDF-
| Direktori : /home/riacommer/public_html/admin/vendor/gmaps/ |
| Current File : /home/riacommer/public_html/admin/vendor/gmaps/umd.hbs |
(function(root, factory) {
if(typeof exports === 'object') {
module.exports = factory({{{cjsDependencies}}});
}
else if(typeof define === 'function' && define.amd) {
define({{#if amdModuleId}}'{{amdModuleId}}', {{/if}}[{{{amdDependencies}}}], factory);
}
root.{{globalAlias}} = factory({{{globalDependencies}}});
}(this, function({{dependencies}}) {
{{{code}}}
return {{objectToExport}};
}));