Wikiki / bulma-carousel

Display a carousel
MIT License
136 stars 99 forks source link

Update extension.js #28

Closed stefansl closed 6 years ago

stefansl commented 6 years ago

I had an error here, because you defined that var as const and mutated it later on.

Wikiki commented 6 years ago

Can you tell me where you see that I mutate the element later on ? Modifying an object property is different than modifying an object itself so we should be able to use const for the object instantiation and then be able to modify its properties.