Update leaflet to 1.3.3

This commit is contained in:
Tom Hughes 2018-07-18 18:42:15 +01:00
parent e14476f52d
commit 5d30594a7b
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
/* @preserve
* Leaflet 1.3.2, a JS library for interactive maps. http://leafletjs.com
* Leaflet 1.3.3, a JS library for interactive maps. http://leafletjs.com
* (c) 2010-2018 Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/
@ -9,7 +9,7 @@
(factory((global.L = {})));
}(this, (function (exports) { 'use strict';
var version = "1.3.2";
var version = "1.3.3";
/*
* @namespace Util