bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Corrected issue where the score was assigned to NaN. #154

Closed ruKurz closed 11 years ago

ruKurz commented 11 years ago

Corrected issue where the score (of the type Number) was assigned to NaN values when trying to get preferred languages of an entity.

This should replace the previous pull #153

ruKurz commented 11 years ago

Not quit sure what causes the errors here and also not being able to get a message that points me on a possible error reason, I can currently not do anything about it. In my application the function works fine.

ruKurz commented 11 years ago

The Travis output does not refer any kind of reference on the code I've changed and the latest build is older than 2 month - could it be that there have been changes in dependencies of VIE or some other problems? How to trigger a test run manually to check if those errors also exist without the changes I have made?