File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments