Opened 10 years ago
Closed 10 years ago
#13015 closed defect (fixed)
AMD convertion of dojox/dtl/_base module is incomplete
Reported by: | tissandier | Owned by: | Chris Mitchell |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX DTL | Version: | 1.6.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
dojox/dtl/_base.js is converted to AMD but still contains a call to dojo.require.
dojo.require("dojox.string.Builder")
in the getBuffer method. This 'require' is confusing the build tool that thinks that the module is not converted to AMD and adds incorrect AMD conversion code to the file.
Change History (2)
comment:1 Changed 10 years ago by
Cc: | [email protected]… added |
---|---|
Component: | General → DojoX DTL |
Owner: | set to Chris Mitchell |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [25086]) fixes #13015 fixed getBuffer function in dtl/_base \!strict