Open kitsonk opened 12 years ago
I worked around this by using declare() to declare the superclass, see http://bugs.dojotoolkit.org/changeset/29333/dojo and http://bugs.dojotoolkit.org/changeset/29354/dojo, That worked fine. So marking the milestone as future (low priority). You can reproduce the problem by checking out [29332] or earlier.
The dojo/store/JsonRest defines __QueryOptions as
Store.QueryOptions is defined as:
The properties from the superclass Store.QueryOptions don't make it into __QueryOptions.