| Summary: | @type jsdoc tag not correctly augmenting type | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
Now that Tern is running the show, we no longer need to worry about adding this support to our env (which no longer exists). Closing invalid |
Consider the following snippet: /** * @type {Number} */ var foo = 9; Activate content assist after the var decl, notice foo appears like: foo : Object when it should be foo : Number