Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on .prop() - multiple #17

Closed
sutter opened this issue Dec 10, 2014 · 1 comment
Closed

Error on .prop() - multiple #17

sutter opened this issue Dec 10, 2014 · 1 comment

Comments

@sutter
Copy link

sutter commented Dec 10, 2014

Hello,

I have a little problem on .prop() snippet.
The plugin display this :

e.prop({
    property1: 'value1'},
    property2: 'value2'},
})

The console shows syntax error.
The syntax would be :

e.prop({
    property1: 'value1',
    property2: 'value2',
})
@mrmartineau
Copy link

Thanks @sutter, i will get this fixed soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants