History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25269
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Javascript Array Literal Syntax Inspection

Created: 11 Mar 08 21:34   Updated: 11 Mar 08 22:02
Component/s: JavaScript
Fix Version/s: Diana 8243, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,590
Fixed in build: 7,756
Severity: Medium


 Description  « Hide
Support feedback:

Shouldn't the following JavaScript statement produce a syntax error highlight in the editor?

var foo = [{b: 'b'} {a: 'a'} {r: 'r'}];

>The lack of commas between object literals does not seem to matter, even though this is an illegal JavaScript expression.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.