]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Enable some more eslint rules from iD rules
[rails.git] / app / assets / javascripts / index.js
index d1527207ff6bd7a7e2a16b1cd3fea3a702d9ecc5..2678ba2824e3ad7edd05560a1a6bdd80324251d8 100644 (file)
@@ -334,7 +334,7 @@ $(document).ready(function () {
     };
 
     function addObject(type, id, center) {
-      map.addObject({type: type, id: parseInt(id)}, function(bounds) {
+      map.addObject({type: type, id: parseInt(id, 10)}, function(bounds) {
         if (!window.location.hash && bounds.isValid() &&
             (center || !map.getBounds().contains(bounds))) {
           OSM.router.withoutMoveListener(function () {