X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8568c93703734577c9c49759d1fd9f8c075650be..bd2e999756de84c91593c693fcbef47778936a65:/app/assets/javascripts/index/browse.js diff --git a/app/assets/javascripts/index/browse.js b/app/assets/javascripts/index/browse.js index 5db23a975..28a830858 100644 --- a/app/assets/javascripts/index/browse.js +++ b/app/assets/javascripts/index/browse.js @@ -1,4 +1,4 @@ -function initializeBrowse(map) { +OSM.initializeBrowse = function (map) { var browseBounds; var selectedLayer; var dataLayer = map.dataLayer; @@ -127,4 +127,4 @@ function initializeBrowse(map) { // Stash the currently drawn feature selectedLayer = layer; } -} +};