Opened 14 years ago
Closed 14 years ago
#2407 closed defect (fixed)
rehabilitate dojo.behavior
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Now that dojo.query is functional, update dojo.behavior to take advantage of it.
Change History (6)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|
(In [7907]) Fixes #2407 and Refs #2386. dojo compressing now works over multiple files in the same process. Layer files are now compressed, and it is possible to compress all files in the src directory via the strip-resource-comments ant task. Specify that task and a -Dstrip_and_compress=true to ant.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|
(In [7908]) (merge from 0.4 branch) Fixes #2407 and Refs #2386. dojo compressing now works over multiple files in the same process. Layer files are now compressed, and it is possible to compress all files in the src directory via the strip-resource-comments ant task. Specify that task and a -Dstrip_and_compress=true to ant.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|
comment:5 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oops, closed the wrong bug in the svn comment. Reopening.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ack. already closed. closing again.
(In [7190]) updating dojo.behavior to use dojo.query. Fixes #2407