yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

unnecessary ‘Comma‘ in source code 'jquery.utils.js' at line 686 #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
var cd = {
            id    : setInterval(update, options.interval),
            el    : el,
            start : function(){ return new countdown($(this.el), options); },
            stop  : function(){ return clearInterval(this.id); },
            date  : apply_modifiers(options.modifiers, options.date),
        };

date  : apply_modifiers(options.modifiers, options.date),

That will be a 'Syntax error' at IE. Hope you to fixed it soon.

Original issue reported on code.google.com by fengmk2 on 5 Feb 2009 at 7:07

GoogleCodeExporter commented 9 years ago
Yeah I've banged my head on my desk for one hour yesterday before finding what 
was
breaking unit tests in IE..

Thanks a lot for the report, it's fixed in the trunk.

What would we do without IE..

Original comment by hainea...@gmail.com on 5 Feb 2009 at 2:36