Custome Element Example: module is undefined

Hi everyone
in this example in line 103 there is a an object named “module” which is not define in entire code .
when I Use it I get “Undefined” Error.
How can I Access it ?
tnx

@nikku could you please consider this post.tnx

The modeler is built around CommonJS modules. module is part of each modules definition. You need to use Browserify or the like to bundle it.

See this related topic, too.

1 Like