ember-leaflet-multi-options-polyline
Version:
Addon for ember-leaflet 2.x integrating hgoebl/Leaflet.MultiOptionsPolyline
22 lines (18 loc) • 617 B
JavaScript
/*jshint node:true*/
module.exports = {
description: 'add hgoebl/Leaflet.MultiOptionsPolyline bower package',
// locals: function(options) {
// // Return custom template variables here.
// return {
// foo: options.entity.options.foo
// };
// }
normalizeEntityName: function() {
// this prevents an error when the entityName is
// not specified (since that doesn't actually matter
// to us
},
afterInstall: function(options) {
return this.addBowerPackageToProject('Leaflet.MultiOptionsPolyline', 'https://github.com/mjanda/Leaflet.MultiOptionsPolyline.git#master');
}
};