#2873 closed task (fixed)
port string.Builder to dojox
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | General | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
merge Ben Lowery's patches for string.Builder
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed 15 years ago by
Attachment: | dojox.string.appendNumber.zip added |
---|
comment:2 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Attached is a patch to allow numbers to be passed to append. Currently, anything typeof() == "number" gets dropped on the floor.
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 15 years ago by
comment:6 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
(In [8344]) Fixes #2873