Re: JSNI Reserved Word ?

2010-09-10 Thread Ikai L (Google)
JSNI is just an interface to Javascript, so you won't be able to use Javascript reserved words. Here's a list: http://www.quackit.com/javascript/javascript_reserved_words.cfm "export" is on that list. On Thu, Sep 9, 2010 at 3:53 PM, nino ekambi wrote: > Hello People, > > i trying to call the ex

JSNI Reserved Word ?

2010-09-09 Thread nino ekambi
Hello People, i trying to call the export Method from a library through JSNI like follow public final native String export(String type) -{ return this.export(type); }-;*/ but i m getting an error " missing name after . operator". is the export word reserved in JSNI ? Greets E -- Yo