lunr-languages icon indicating copy to clipboard operation
lunr-languages copied to clipboard

Define variables with var in wordcut.js

Open blackwidow207 opened this issue 2 years ago • 0 comments

When running in a browser application, specifically Angular 8 and above, these 2 errors were being thrown:

  • wordcut.js:71 Uncaught ReferenceError: defaultDict is not defined
  • wordcut.js:109 Uncaught ReferenceError: words is not defined

blackwidow207 avatar Oct 07 '22 00:10 blackwidow207