TypeError: options.onCompleted is not a function http://.../cocowidget.js Line 12

Issue #3 new
Cristian Salazar repo owner created an issue

please use a function declaration as readme.md does:

"onCompleted"=>"function( ...args.. ){ }"

this will cause an error:

"onCompleted"=>"JS:function( ...args.. ){ }" ( please note the "JS:" prefix, this is obsolete )

Comments (0)

  1. Log in to comment