Skip to content

Commit 129883e

Browse files
author
Bevan Hunt
authored
Merge pull request #68 from Sewdn/master
remove deprecated VML behaviour url
2 parents 88a622f + 6470e22 commit 129883e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package.describe({
33
summary: "leaflet - mobile-friendly maps.",
44
git: "https://github.com/bevanhunt/meteor-leaflet.git",
55
author: "Bevan Hunt <[email protected]> (http://bevanhunt.com)",
6-
version: "2.0.0",
6+
version: "2.0.1",
77
license: "MIT"
88
});
99

styles/leaflet.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
height: 1px;
7575
}
7676
.lvml {
77-
behavior: url(#default#VML);
77+
/* removed this line to avoid breaking css build scripts trying to resolve path */
78+
/* behavior: url(#default#VML);*/
7879
display: inline-block;
7980
position: absolute;
8081
}

0 commit comments

Comments
 (0)