Skip to content

Commit f2d269c

Browse files
committed
Version 1.1.0
1 parent 6a62287 commit f2d269c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leaflet-polylinedecorator",
33
"main": "leaflet.polylineDecorator.js",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"authors": [
66
"Benjamin Becquet"
77
],

leaflet.polylineDecorator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ L.LineUtil.PolylineDecorator = {
167167
}
168168
};
169169

170-
L.PolylineDecorator = L.LayerGroup.extend({
170+
L.PolylineDecorator = L.FeatureGroup.extend({
171171
options: {
172172
patterns: []
173173
},
174174

175175
initialize: function(paths, options) {
176-
L.LayerGroup.prototype.initialize.call(this);
176+
L.FeatureGroup.prototype.initialize.call(this);
177177
L.Util.setOptions(this, options);
178178
this._map = null;
179179
this._initPaths(paths);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-polylinedecorator",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"repository": "bbecquet/Leaflet.PolylineDecorator",
55
"main": "leaflet.polylineDecorator.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)