diff options
Diffstat (limited to 'ext/js/dom/dom-text-scanner.js')
| -rw-r--r-- | ext/js/dom/dom-text-scanner.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js index e263d9f3..b86d6586 100644 --- a/ext/js/dom/dom-text-scanner.js +++ b/ext/js/dom/dom-text-scanner.js @@ -16,7 +16,7 @@   * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */ -import {readCodePointsBackward, readCodePointsForward} from '../data/sandbox/string-util.js'; +import {readCodePointsBackward, readCodePointsForward} from '../data/string-util.js';  /**   * A class used to scan text in a document. |