Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Aug 9, 2016
1 parent bf06b88 commit 35c30a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "1.0.0-rc.3",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"eslint": "^2.11.1",
"eslint": "^3.2.2",
"eslint-config-mourner": "^2.0.1",
"git-rev": "^0.2.1",
"happen": "~0.3.1",
"jake": "~8.0.12",
"karma": "~0.13.22",
"karma": "~1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "~1.0.0",
"karma-coverage": "~1.1.1",
"karma-firefox-launcher": "~1.0.0",
"karma-mocha": "~1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-mocha": "~1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "~1.0.0",
"leafdoc": "^1.3.1",
"mocha": "~2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"leafdoc": "^1.4.0",
"mocha": "~3.0.2",
"phantomjs-prebuilt": "^2.1.11",
"prosthetic-hand": "^1.3.1",
"source-map": "^0.5.6",
"uglify-js": "~2.6.2"
"uglify-js": "~2.7.0"
},
"main": "dist/leaflet-src.js",
"style": "dist/leaflet.css",
Expand Down
2 changes: 1 addition & 1 deletion src/layer/tile/GridLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ L.GridLayer = L.Layer.extend({
},

initialize: function (options) {
options = L.setOptions(this, options);
L.setOptions(this, options);
},

onAdd: function () {
Expand Down

0 comments on commit 35c30a1

Please sign in to comment.