nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 357 forks source link

Don't use ECMA-262 reserved word #584

Closed 90arther closed 3 years ago

90arther commented 9 years ago

The Plugin use 'goto' as a function which had be a reserver word in ECMA-262. When I use YUI compiler to compiler the file, it will be a error. Please use Camel-case. Please replace it with 'goTo'.