From fb866fc76b7d7f3199a6d7c467a70527ea147203 Mon Sep 17 00:00:00 2001 From: Shane O'Sullivan Date: Tue, 13 Jul 2010 20:55:25 +0000 Subject: [PATCH] Refs #11141 Move the dojox/mobileApp.js file to dojox/mobile/app.js to follow the correct naming conventions git-svn-id: http://svn.dojotoolkit.org/src/dojox/trunk@22469 560b804f-0ae3-0310-86f3-f6aa0a117693 --- mobileApp.js => mobile/app.js | 0 mobile/build/profiles/mobile.profile.js | 4 ++-- mobile/tests/complexListApp/index.html | 2 +- mobile/tests/dialogApp/index.html | 2 +- mobile/tests/imageControlsApp/index.html | 2 +- mobile/tests/imageControlsApp/view-resources.json | 14 ++++++++++++++ mobile/tests/inputApp/index.html | 5 +++-- mobile/tests/multiSceneApp/index.html | 2 +- mobile/tests/simpleApp/index.html | 4 ++-- mobile/tests/simpleListApp/index.html | 2 +- 10 files changed, 26 insertions(+), 11 deletions(-) rename mobileApp.js => mobile/app.js (100%) create mode 100644 mobile/tests/imageControlsApp/view-resources.json diff --git a/mobileApp.js b/mobile/app.js similarity index 100% rename from mobileApp.js rename to mobile/app.js diff --git a/mobile/build/profiles/mobile.profile.js b/mobile/build/profiles/mobile.profile.js index f79f8cc46b..a0c7437942 100755 --- a/mobile/build/profiles/mobile.profile.js +++ b/mobile/build/profiles/mobile.profile.js @@ -14,9 +14,9 @@ dependencies = { ] }, { - name: "../dojox/mobileApp.js", + name: "../dojox/mobile/app.js", dependencies: [ - "dojox.mobileApp" + "dojox.mobile.app" ] }, { diff --git a/mobile/tests/complexListApp/index.html b/mobile/tests/complexListApp/index.html index 7a4d849c75..f766c4cd75 100644 --- a/mobile/tests/complexListApp/index.html +++ b/mobile/tests/complexListApp/index.html @@ -18,7 +18,7 @@ Include the files directly, as some mobile operating systems do not allow synchronous XHR, and therefore break dojo.require --> - + + + - + + + diff --git a/mobile/tests/simpleListApp/index.html b/mobile/tests/simpleListApp/index.html index 06540d2112..195b777c45 100644 --- a/mobile/tests/simpleListApp/index.html +++ b/mobile/tests/simpleListApp/index.html @@ -17,7 +17,7 @@ Include the files directly, as some mobile operating systems do not allow synchronous XHR, and therefore break dojo.require --> - +