Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 6d0ece3

Browse files
committed
Docs: Changes beta to RC1 (page-anatomy.html)
sorry, found that only just
1 parent 6406f13 commit 6d0ece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/page-anatomy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>Anatomy of a Page</h1>
3131
<h2>Mobile page structure</h2>
3232

3333
<p>A jQuery Mobile site must start with an HTML5 "doctype" to take full advantage of all of the framework's features. (Older devices with browsers that don't understand HTML5 will safely ignore the 'doctype' and various custom attributes.) </p>
34-
<p>In the "head", references to jQuery, jQuery Mobile and the mobile theme CSS are all required to start things off. jQuery Mobile 1.2 beta (1.2.0-rc.1) works with versions of jQuery core from 1.6.4 to 1.8.1. We recommend linking to the files hosted on the jQuery CDN for best performance: </p>
34+
<p>In the "head", references to jQuery, jQuery Mobile and the mobile theme CSS are all required to start things off. jQuery Mobile 1.2 RC1 (1.2.0-rc.1) works with versions of jQuery core from 1.6.4 to 1.8.1. We recommend linking to the files hosted on the jQuery CDN for best performance: </p>
3535

3636
<pre><code>
3737
<strong>&lt;!DOCTYPE html&gt; </strong>

0 commit comments

Comments
 (0)