From a2c640f78e60e2d414de22c342656c4f6663cc72 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 2 Feb 2014 00:42:17 -0500 Subject: [PATCH] Load Hyphenator.js patterns locally --- js/hyphenator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/hyphenator.js b/js/hyphenator.js index 6f1144e1..acf66efa 100644 --- a/js/hyphenator.js +++ b/js/hyphenator.js @@ -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); }