Skip to content

Commit fccf2d7

Browse files
author
Adam Cole
committed
rebuild library
1 parent 8dcc8ef commit fccf2d7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dist/Autolinker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>Others...</h3>
7979

8080

8181

82-
<div id='footer-content' style='display: none'>Generated on Thu 20 Feb 2020 16:07:06 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
82+
<div id='footer-content' style='display: none'>Generated on Fri 21 Feb 2020 16:19:18 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
8383

8484

8585

docs/api/output/Autolinker.matcher.UrlMatchValidator.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/output/global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/source/url-match-validator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
* have a protocol in the URL string, in order to check for a word
138138
* character after the protocol separator (&#39;:&#39;).
139139
* @return {Boolean} `true` if the URL match does not have a full protocol, or
140-
* at least one word character in, `false` otherwise.
140+
* at least one word character in it, `false` otherwise.
141141
*/
142142
UrlMatchValidator.urlMatchDoesNotHaveAtLeastOneWordChar = function (urlMatch, protocolUrlMatch) {
143143
if (urlMatch &amp;&amp; protocolUrlMatch) {

docs/dist/Autolinker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)