Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
update version in EsriLeafletRenderers object
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Nehmer committed Mar 3, 2015
1 parent a87b075 commit 932f94b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/esri-leaflet-renderers-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* Apache 2.0 License */

var EsriLeafletRenderers = {
VERSION: '0.0.1'//,
//Renderers: {}
VERSION: '0.0.1-beta.2'
};

// attach to the L.esri global if we can
Expand All @@ -17,6 +16,7 @@ if(!Esri){
var Esri = window.L.esri;
}


EsriLeafletRenderers.Symbol = L.Class.extend({

initialize: function(symbolJson){
Expand Down
Loading

0 comments on commit 932f94b

Please sign in to comment.