Hi, I have a custom module that return a list of strings. In 2.0.2 it works fine, and I call the function like that :
var list = connexion.getNamesFromServer();now with 2.1.0 it raises an error like this :
message = "'Name1,Name2' is not a function (evaluating 'connexion.getNamesFromServer()')"; name = TypeError;Any idea how to solve this, do I have to change my javascript syntax ?
Regards
Your Answer
Think you can help? Login to answer this question!