Skip to content

Commit 572baf7

Browse files
committed
fixes #15454. Thanks Adrian Vasiliu (IBM, CCLA).
1 parent 9e223e6 commit 572baf7

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

mobileGallery/README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-------------------------------------------------------------------------------
2-
Mobile Showcase - A mobile showcase that shows the breadth of widgets available in Dojo Mobile. It consists of a traditional mobile styled left hand navigation with samples that show in the right pane.
2+
Mobile Showcase - A mobile showcase that shows the breadth of widgets available in Dojo Mobile.
3+
It consists of a traditional mobile styled left-hand navigation with samples that show in the right pane.
34
-------------------------------------------------------------------------------
45
Authors: Yuan Peng Zhang (Stephen), Ming Zhe Huang (Archer)
56
-------------------------------------------------------------------------------
@@ -24,4 +25,4 @@ Installation instructions
2425
To build, use the supplied demo.profile.js as your profileFile
2526

2627
-------------------------------------------------------------------------------
27-
@rank:200 @categories:mobile
28+
@rank:200 @categories:mobile

mobileGallery/demo-android.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE HTML>
22
<html manifest="cache.appcache">
3+
<!-- Main file using the Android theme. The source code for each view is located in
4+
mobileGallery/views (HTML files), mobileGallery/src (JavaScript files),
5+
and mobileGallery/css (CSS files). -->
36
<head>
47
<meta name="viewport"
58
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>

mobileGallery/demo-ipad.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE HTML>
22
<html manifest="cache.appcache">
3+
<!-- Main file using the iPad theme. The source code for each view is located in
4+
mobileGallery/views (HTML files), mobileGallery/src (JavaScript files),
5+
and mobileGallery/css (CSS files). -->
36
<head>
47
<meta name="viewport"
58
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>

mobileGallery/demo-iphone.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE HTML>
22
<html manifest="cache.appcache">
3+
<!-- Main file using the iPhone theme. The source code for each view is located in
4+
mobileGallery/views (HTML files), mobileGallery/src (JavaScript files),
5+
and mobileGallery/css (CSS files). -->
36
<head>
47
<meta name="viewport"
58
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>

0 commit comments

Comments
 (0)