Closed ccmitchellusa closed 11 years ago
FYI --
kfbishop@kfbishop-mac:~/dev/git/ibm-dojo/dworklight
> madge -f amd . --exclude "tests/*" | egrep "dojo*|dijit" | sort -u
dijit/registry
dojo/Deferred
dojo/_base/array
dojo/_base/declare
dojo/_base/json
dojo/_base/lang
dojo/_base/window
dojo/aspect
dojo/has
dojo/json
dojo/query
dojo/store/Memory
dojo/store/util/QueryResults
dojo/store/util/SimpleQueryEngine
dojo/topic
dojo/when
dojox/mobile
dojox/mobile/ProgressIndicator
The env/android DOES have a dependency on dijit/registry and dojox/mobile. dijit/registry is to enable the android backbutton to close any active dialogs and/or openers. dojox/mobile is required to support identifying the current view. Which raises an issue as this is deprecated. We'll have to work out an alternate solution.