Open tschaub opened 15 years ago
In engines/rhino/lib/zip.js line 30:
throw new StopIteration();
should be
throw StopIteration;
In engines/rhino/lib/zip.js line 30:
should be