| Summary: | jslint null reference occurs with .html file | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
Bug 430301 removed jslint from parsing HTML files. I'm going to close this as worksforme. |
- create an .html file with content: <!-- --> hello - open it in the editor and jslintworker.js hits a null reference in the code marked below (stack is null, but it attempts to do a stack.length): default: if (nexttoken.id === '(end)') { error("Missing '{a}'.", nexttoken, '</' + stack[stack.length - 1].value + '>'); // <---- } else { advance(); } }