jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
109 stars 70 forks source link

Version 1.2.0 has unexpected comma #84

Closed zombieJ closed 5 years ago

zombieJ commented 5 years ago

Here is the error message.

xxx/node_modules/cssstyle/lib/CSSStyleDeclaration.js:202
            );
            ^
    SyntaxError: Unexpected token )

Here is the related code: https://github.com/jsakas/CSSStyleDeclaration/blob/master/lib/CSSStyleDeclaration.js#L234

fatfisz commented 5 years ago

Duplicate of #81.