wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

YUI Compressor thinks "goto" is a reserved word #18

Closed rocky76 closed 12 years ago

rocky76 commented 12 years ago

I couldn't get YUI Compressor to compress my modified version of your Pajinate plugin, it kept spitting out "identifier is a reserved word" errors. Finally tracked it down to "goto" is a reserved word in Java, which YUI Compressor is written in. So obscure, but I ended up changing every goto() to gotoNum().

http://www.refresh-sf.com/yui/ http://developer.yahoo.com/yui/compressor/#work http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html

wesnolte commented 12 years ago

Thanks for the feedback, I vaguely remember this issue some time back and not having time to fix it. This is sorted now.