willSonic / jslzjb

Automatically exported from code.google.com/p/jslzjb
0 stars 0 forks source link

syntax error in the source code #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in the third line of the code:

if (typeof Iuppiter === 'undefined')
    Iuppiter = {
        version: '$Revision: 3026 $'.substring(11).replace(" $", ""),
    };

there is a comma (,) at the end of the definition of the "version" field.

Can you correct, please?
Thanks.

Original issue reported on code.google.com by nicotea...@hotmail.com on 12 Feb 2014 at 11:24