sztanko/crosslet

Version Nummber

Opened this issue · 1 comments

r115 commented

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.

Added that for you:

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

Is this what you where looking for?