#6709 closed defect (fixed)
Undefined variable 'foo' in AtomReadStore tests
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Data | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
AtomReadStore?.js: var value = store.getValue("NotAnItem?", foo); AtomReadStore?.js: var value = store.getValues("NotAnItem?", foo);
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
(In [13645]) Fixing an error in the AtomReadStore? tests. Undefined variables fixes #6709