We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a850d02 commit 42bbcb8Copy full SHA for 42bbcb8
dlib.js
@@ -1,3 +1,4 @@
1
+// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache-2.0
2
DLib = {};
3
DLib.createBox = ({title, text, titleType='h3', textType='span', breakAfterTitle=false, linkTo=false, container='body', expands=false, id=false, expandedTitle=false, expandedText=false}) => {
4
box = '';
@@ -18,3 +19,4 @@ DLib.createBox = ({title, text, titleType='h3', textType='span', breakAfterTitle
18
19
20
//return box;
21
}
22
+// @license-end
0 commit comments