Theme Assets
This commit is contained in:
19
assets/vendor/gmaps/umd.hbs
vendored
Normal file
19
assets/vendor/gmaps/umd.hbs
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
"use strict";
|
||||
(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);
|
||||
}
|
||||
else {
|
||||
root.{{globalAlias}} = factory({{{globalDependencies}}});
|
||||
}
|
||||
|
||||
|
||||
}(this, function({{dependencies}}) {
|
||||
|
||||
{{{code}}}
|
||||
|
||||
return {{objectToExport}};
|
||||
}));
|
||||
Reference in New Issue
Block a user