Custom Query (18300 matches)
Results (142 - 144 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1601 | fixed | FloatingPane has redundant requires | ||
Description |
Lines 12-14 of FloatingPane?.js are as such: dojo.require("dojo.dnd.HtmlDragMove"); dojo.require("dojo.dnd.HtmlDragMoveSource"); dojo.require("dojo.dnd.HtmlDragMoveObject"); The second and third requires are redundant since src/dnd/HtmlDragMove.js contains HtmlDragMoveSource? and HtmlDragMoveObject?. Also, those two requires will not on their own. They should be removed. |
|||
#1664 | fixed | src/text/__package__.js has vestigial code | ||
Description |
src/text/package.js includes "dojo.text.String" and "dojo.text.Builder", which no longer exist. |
|||
#1745 | fixed | extra quote in dojo.html.BackgroundIframe | ||
Description |
There's a stray single quote in src/html/iframe.js, line #35 that just appeared in the last couple days. IE seems to recover and render the iframe, but I happenned to notice it when doing a diff, and well, its terrible petty but it shouldnt be there. |
Note: See TracQuery
for help on using queries.