Uncaught SyntaxError: Unexpected token :
I'm able to retrieve data from our remote server using JSONP, and the response data looks fine, but the callback is not executed, and the above error, referencing services line1 is logged in the console.
{"success":true,"message":null,"data":[{"id":1,"title":"New Episode","events":[],"links":{"AkScene":[{"id":"3","parentClass":"AkEpisode","parentId":"1","childClass":"AkScene","childId":"1"}]},"scalixObject":"AkEpisode","label":"Episode","Tile":null}],"format":"json"}
Any ideas?