| Summary: | Esprima Outline View plugin not working | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ken Walker <ken_walker> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aclement, mamacdon |
| Version: | 0.4 | ||
| Target Milestone: | 0.5 RC1 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Ken Walker
The plugin is using an old content type identifier: > 'text.javascript' It should be > 'application/javascript' I submitted a pull request https://github.com/aclement/esprima-outline/pull/1 Other 0.5 plugins that appear on the page are working OK. I noticed that nonymous is still using the old 'pattern: *.js' syntax, which is not recommended, but will still work for the time being, until bug 376911 is fixed. pull request merged into master, thanks! I guess this can now be marked fixed. Great, thanks Andrew. |