nathansearles / slidesjs

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

Issue #584 by 90arther: Please don't use ECMA-262 reserved word #585

Open 90arther opened 9 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'.