upgrade deps
This commit is contained in:
parent
bf06b885bf
commit
35c30a1bcf
18
package.json
18
package.json
@ -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",
|
||||
|
@ -129,7 +129,7 @@ L.GridLayer = L.Layer.extend({
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
options = L.setOptions(this, options);
|
||||
L.setOptions(this, options);
|
||||
},
|
||||
|
||||
onAdd: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user