Skip to content

Commit

Permalink
Added version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Demeter Sztanko authored and Demeter Sztanko committed Jan 10, 2014
1 parent c81b5fd commit 0e62b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coffee/views/mapView.coffee
Expand Up @@ -2,6 +2,7 @@ class crosslet.MapView extends Backbone.View
initialize: (el,config) ->
@config=crosslet.createConfig(crosslet.defaultConfig,config)
@geoURL=@config.map.geo.url
@version="1.1"
#@config.data.id_field = "id" if not @config.data.id_field
#@config.map.geo.id_field = "id" if not @config.map.geo.id_field

Expand Down

0 comments on commit 0e62b9b

Please sign in to comment.