Skip to content

Commit cc5481a

Browse files
author
Ed Chat
committed
fixes #16064 cleanup the dojox/mvc/tests/mobile test, and update a comment in the demos/mobileMvc demo !strict
1 parent 944084f commit cc5481a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mobileMvc/MobileDemoContactController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define([
44
"dojox/mvc/ListController"
55
], function(declare, EditModelRefController, ListController){
66
// module:
7-
// dojox/mvc/MobileDemoContactController
7+
// demos/mobileMvc/MobileDemoContactController
88
// summary:
99
// The controller for contact info for this demo.
1010

mobileMvc/MobileDemoContactListController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
"dojox/mvc/StoreRefController"
77
], function(declare, registry, getStateful, ListController, StoreRefController){
88
// module:
9-
// dojox/mvc/MobileDemoContactListController
9+
// demos/mobileMvc/MobileDemoContactListController
1010
// summary:
1111
// The controller for contact list info for this demo.
1212

mobileMvc/MobileDemoContactListModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define(["dojox/mvc/getStateful"], function(getStateful){
22
// module:
3-
// dojox/mvc/MobileDemoContactListModel
3+
// demos/mobileMvc/MobileDemoContactListModel
44
// summary:
55
// The data model of contact list info for this demo.
66

mobileMvc/MobileDemoGenerateActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define([
44
"dijit/registry"
55
], function(dom, json, registry){
66
// module:
7-
// dojox/mvc/MobileDemoGenerateActions
7+
// demos/mobileMvc/MobileDemoGenerateActions
88
// summary:
99
// The action handlers for Generate example of this demo.
1010

0 commit comments

Comments
 (0)