hybrid
hybrid copied to clipboard
importScripts issue with commas
UglifyJS ends up putting an importScripts() call in a series of comma-separated declarations, and the script currently injects a semicolon, which breaks that. Need to come up with an answer that doesn't cause some other knock-on issues.