Opened 8 years ago
Closed 8 years ago
#13898 closed defect (fixed)
[patch]No Module Object Returned in dojox/highlight.js
Reported by: | Ming Zhe Huang | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dojox | Version: | 1.7.0b1 |
Keywords: | Cc: | dante | |
Blocked By: | Blocking: |
Description
According to the following documents(though only for 1.6), dojox/highlight.js should return a module object. However, if you look into that file, you'll notice that there's no object returned. Probably it's a regression from AMD refactoring?
- http://dojotoolkit.org/reference-guide/dojox/highlight.html
- http://docs.dojocampus.org/dojox/highlight
[Note] In above documents, by "dojo.require('dojox.highlight')", you should be able to call dojox.highlight.processString(). I assume "require('dojox/highlight')" should provide the equivalence.
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | 2011-09-13-highlight.patch added |
---|
comment:1 Changed 8 years ago by
Cc: | dante added |
---|---|
Milestone: | tbd → 1.7 |
Summary: | No Module Object Returned in dojox/highlight.js → [patch]No Module Object Returned in dojox/highlight.js |
Note: See
TracTickets for help on using
tickets.
proposed patch