| Summary: | [occurrrences] Return statement not marked | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
This was fixed with the fix for bug 423835 |
Consider the following snippet: define([], function() { function MyObject() { //<- carat in MyObject }; var o = { i: function() { return new MyObject().foo; } }; return MyObject; }); if you put the carat where indicated the occurrence is not marked in the return statement