SublimeText / jQuery

Sublime Text package bundle for jQuery
323 stars 98 forks source link

Error on .prop() - multiple #17

Closed sutter closed 9 years ago

sutter commented 9 years ago

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 commented 9 years ago

Thanks @sutter, i will get this fixed soon