Opened 12 years ago
Closed 12 years ago
#8174 closed defect (fixed)
HebrewNumberals.js typo
Reported by: | dylan | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
- str = str1.concat(str.substr(str[0], ind), _rep[3], str.substr(str[ind+2], str.length-ind-2)); + str = str1.concat(str.substr(str[0], ind), _REP[3], str.substr(str[ind+2], str.length-ind-2));
I would fix this typo, but don't want to potentially break the character encoding in the file
Change History (2)
comment:1 Changed 12 years ago by
Cc: | [email protected]… added |
---|---|
Component: | Date → Dojox |
Note: See
TracTickets for help on using
tickets.
Thanks, Dylan