Skip to content

Commit

Permalink
removed console statements and bumped version (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Aug 4, 2018
1 parent eeaa4c6 commit 59b9a0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ <h4><b>Scale</h4></p>
blurredLocation.panMapToGeocodedLocation("placenameInput");

var changeZoom = function() {
console.log(parseFloat(22 - parseFloat(slider.getValue()/10)));
blurredLocation.map.setZoom(parseFloat(22 - parseFloat(slider.getValue()/10)));
console.log("Done");
}

var slider = $('#ex1').slider()
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-blurred-location",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
Expand All @@ -18,16 +18,16 @@
"homepage": "https://github.com/publiclab/leaflet-blurred-location#readme",
"devDependencies": {
"bootstrap": "^3.3.7",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jasmine": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"jasmine": "^2.5.3",
"jasmine-ajax": "^3.3.1",
"jasmine": "^2.99.0",
"jasmine-ajax": "^3.4.0",
"jasmine-jquery": "^2.1.1",
"leaflet-graticule": "git://github.com/jywarren/Leaflet.Graticule.git#patch-1",
"matchdep": "^1.0.1",
Expand All @@ -37,6 +37,6 @@
"dependencies": {
"haversine-distance": "^1.1.4",
"jquery": "^3.2.1",
"leaflet": "^1.0.3"
"leaflet": "^1.3.3"
}
}

0 comments on commit 59b9a0d

Please sign in to comment.