Community
Participate
Working Groups
Build Identifier: WTP 3.2 M6 I have the following code which has the syntax error this.store = new dojo.data.ItemFileReadStore( data: {identifier: "id", label: "id", items: items} ); because the argument is meant to be an object literal but I missed the enclosing curly braces. This should have been caught by the syntax validation. Reproducible: Always
A syntax error is now reported on this statement: Syntax error on token ":", invalid AssignmentOperator script1.js /JSProject line 2 JavaScript Problem Fixed in 3.2.4 by patch on BUG329716.