cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
501 stars 110 forks source link

Basic changes required for Typo.js works in other places than in Chrome extension #18

Closed timdream closed 12 years ago

timdream commented 12 years ago

Hi,

I found that there is no way to get around this.platform = "chrome"; nor add flags I wanted, so I fork your work and made some minimal changes. This should not break any current code rely on Typo.js.

If you agree with this approach, I will push my next change as another pull request here:

https://github.com/timdream/Typo.js/tree/no-edit-distance-2-suggest

The particular application I am working on requires these to work.

cfinke commented 12 years ago

Thanks for the changes; I've merged them into the original project.