#132 closed defect (fixed)
dojo.io.bind regression with mimetype of text/javascript
Reported by: | dylan | Owned by: | david |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | 0.1 |
Keywords: | io.bind | Cc: | |
Blocked By: | Blocking: |
Description
Until recently, the following example worked:
dojo.io.bind({
url: "http://foo.bar.com/sampleData.js", load: function(type, evaldObj){ /* do something */ }, mimetype: "text/javascript"
});
With recent builds, evaldObject returns true, instead of an evaldObject.
-Dylan
Note: See
TracTickets for help on using
tickets.
fixed in [1678]