Skip to content

Commit ddc2a65

Browse files
author
Jens Brokfeld
committed
update dependencies
1 parent 434cc15 commit ddc2a65

File tree

14 files changed

+832
-5557
lines changed

14 files changed

+832
-5557
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ node_modules
33

44
examples/**/*.map
55
examples/**/*.xml
6-
examples/**/*.css
6+
examples/**/*.css
7+
8+
package-lock.json

.vscode/settings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
22
"files.eol": "\n",
3-
"editor.tabSize": 2
3+
"editor.tabSize": 2,
4+
"cSpell.words": [
5+
"brokfeld",
6+
"ecss",
7+
"emap",
8+
"exml",
9+
"js",
10+
"mapfile",
11+
"mapfiles",
12+
"src"
13+
]
414
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2018 Stadt Bielefeld - Amt für Geoinformation und Kataster
3+
Copyright (c) 2016-2020 Stadt Bielefeld - Amt für Geoinformation und Kataster
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/api/assets/anchor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@
262262
*/
263263
this.hasAnchorJSLink = function(el) {
264264
var hasLeftAnchor =
265-
el.firstChild &&
266-
(' ' + el.firstChild.className + ' ').indexOf(' anchorjs-link ') > -1,
265+
el.firstChild &&
266+
(' ' + el.firstChild.className + ' ').indexOf(' anchorjs-link ') > -1,
267267
hasRightAnchor =
268268
el.lastChild &&
269269
(' ' + el.lastChild.className + ' ').indexOf(' anchorjs-link ') > -1;

0 commit comments

Comments
 (0)