hiddentao / fast-levenshtein

Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
MIT License
596 stars 56 forks source link

Lack of Intl support on Safari throws ReferenceError #16

Closed vietqhoang closed 8 years ago

vietqhoang commented 8 years ago

Safari does not have Intl support.

With the new collator addition the js throws the following error, ReferenceError: Can't find variable: Intl.

hiddentao commented 8 years ago

Fixed in 2.0.5. Could you please check this?