sztanko / crosslet

Crossfilter + leaflet
Other
164 stars 27 forks source link

Version Nummber #7

Open r115 opened 10 years ago

r115 commented 10 years ago

Where is the version number located in the code? If it is there that is. I am attempting an integration with Drupal and the version number comes in handy.

sztanko commented 10 years ago

Added that for you:

cross = new crosslet.MapView($("#map"),config);
console.log(cross.version)

Is this what you where looking for?