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 <[email protected]>wrote: > 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 > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
