nathansearles/slidesjs

Don't use ECMA-262 reserved word

90arther opened this issue · 0 comments

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'.