Opened 11 years ago
Closed 11 years ago
#12491 closed defect (fixed)
dojo/store/Observable is missing a dependency
Reported by: | ben hockey | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | Data | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo/store/Observable tries to assign to dojo.store.Observable
but only declares a dependency on "dojo"
. this means that dojo.store
is not guaranteed to exist as a namespace when the assignment happens.
i would offer a patch but there's a number of ways to fix this and not sure which is preferred. they're all fairly trivial.
Change History (8)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Milestone: | tbd → 1.6.1 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Replying to kzyp:
Should this go in 1.6.1?
i would think so - it doesn't introduce anything new. it's basically fixing a typo. i'll reopen it and mark it with the 1.6.1 milestone
comment:7 Changed 11 years ago by
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
probably a simple
dojo.getObject
is all that might be needed.