Closed LMnet closed 9 years ago
Just take a look at the pull request: https://github.com/tenderowls/moorka/pull/75
What kind of problem it fix?
Old version of the code had wrong quotes. It produced wrong importScript
statement. It leads to error in Vaska.worker
method with dependencies, like this:
Vaska.worker("my.Main", "../client-fastopt.js", "../client-jsdeps.js");
What do you mean?