Opened 10 years ago
Closed 10 years ago
#12387 closed defect (fixed)
dijit.Tooltip is missing AMD text plugin definition for templateString
Reported by: | Colin Snover | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Related to #11869.
--- dojo-release-1.6.0-src/dijit/Tooltip.js.orig 2011-03-05 11:22:45.000000000 -0600 +++ dojo-release-1.6.0-src/dijit/Tooltip.js 2011-03-05 11:23:25.000000000 -0600 @@ -1,4 +1,4 @@ -define("dijit/Tooltip", ["dojo", "dijit", "dijit/_Widget", "dijit/_Templated"], function(dojo, dijit) { +define("dijit/Tooltip", ["dojo", "dijit", "text!dijit/templates/Tooltip.html", "dijit/_Widget", "dijit/_Templated"], function(dojo, dijit) { dojo.declare( "dijit._MasterTooltip",
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to Kris Zyp |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | changed from Kris Zyp to bill |
Status: | new → assigned |
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [24784].