Browse Source

bugfix, initState should be declared

master
Stephan Bösch-Plepelits 6 years ago
parent
commit
6fc78cb756
  1. 2
      src/index.js

2
src/index.js

@ -33,7 +33,7 @@ require('./image')
require('./addCategories')
window.onload = function () {
initState = config.defaultView
var initState = config.defaultView
map = L.map('map')

Loading…
Cancel
Save