tenderowls / moorka

ABANDONED
21 stars 5 forks source link

Vaska.worker use wrong quotes in importScripts #74

Closed LMnet closed 9 years ago

fomkin commented 9 years ago

What do you mean?

LMnet commented 9 years ago

Just take a look at the pull request: https://github.com/tenderowls/moorka/pull/75

fomkin commented 9 years ago

What kind of problem it fix?

LMnet commented 9 years ago

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");