Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Eclipse IDE for javaScript can not recognize the comma(, ) operator

Hi all,
I found that the comma(,) operator can not recognize by web IDE js editor. Such as
var num = (5, 4, 3, 2, 1, 0);
My IDE is “Eclipse IDE for _javascript_ Web Develop(http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr)”
Does anyone know how to make it right recognized?
 
Thanks,
Yangang
 
 

Back to the top