#12836 closed enhancement (fixed)
[patch] [cla] ItemFileWriteStore comments fix
Reported by: | Stephen Chung | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | lowest | Milestone: | 1.7 |
Component: | Data | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is a typo on the argument comment for function _removeReferenceFromMap : /*strin*/.
Also, the whole file has argument comments with spaces (i.e. /* string */ instead of /*string*/). I believe the standard is without spaces.
The attached patch also puts in a missing "var" declaration keyword.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | dojo.data.ItemFileWriteStore.patch added |
---|
comment:1 Changed 10 years ago by
Component: | Core → Data |
---|---|
Milestone: | 1.6.2 → tbd |
Owner: | set to Jared Jurkiewicz |
Summary: | ItemFileWriteStore comments fix → [patch] [cla] ItemFileWriteStore comments fix |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24714]) Minor patch from users to adapt a few comments and insert a missing var. \!strict fixes #12836