mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Load Hyphenator.js patterns locally
This commit is contained in:
parent
450076313d
commit
a2c640f78e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ var Hyphenator = (function (window) {
|
|||
while (!!t) {
|
||||
if (!!t.src) {
|
||||
src = t.src;
|
||||
p = src.indexOf('Hyphenator.js');
|
||||
p = src.indexOf('hyphenator.js');
|
||||
if (p !== -1) {
|
||||
r = src.substring(0, p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue