knadh/ml2en

Uncaught TypeError: undefined is not a function

ayarse opened this issue · 3 comments

Any ideas why I'm getting this error? I'm trying the JS version.

Hard to say without seeing your code. Can you paste it here?

I'm using your JS example. No other code. It works when ml2en(); is used instead of ml2en.transliterate();.

Ah indeed. The call was incorrectly documented. 8cc2724 fixes it. Thanks.