Load Hyphenator.js patterns locally

This commit is contained in:
Saivann 2014-02-02 00:42:17 -05:00
parent 450076313d
commit a2c640f78e

View file

@ -177,7 +177,7 @@ var Hyphenator = (function (window) {
while (!!t) { while (!!t) {
if (!!t.src) { if (!!t.src) {
src = t.src; src = t.src;
p = src.indexOf('Hyphenator.js'); p = src.indexOf('hyphenator.js');
if (p !== -1) { if (p !== -1) {
r = src.substring(0, p); r = src.substring(0, p);
} }