continue as a reserved word and a conflict with IndexedDB

I just noticed that the cursor "continue" method in IndexedDB runs afoul 
of the Safari js parser, with "continue" being a reserved word.

Was there any discussion on this issue? Should there be? Should I not 
worry about it, and use  cursor['continue'] instead of cursor.continue() ?

-Charles

Received on Monday, 6 December 2010 02:28:11 UTC