test namespace additions and type fix for core

This commit is contained in:
John Bender 2011-03-21 23:36:32 -07:00
parent e236484559
commit 7df9e245f4
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
(function($){
var libName = "jquery.mobile.core.js",
setGradeA = function(value, version) { \
setGradeA = function(value, version) {
$.support.mediaquery = value;
$.mobile.browser.ie = version;
},

View file

@ -27,7 +27,7 @@
<div data-nstest-role="page" id="foo">
</div>
<div data-nstest-role="page" id="bar" data-url="bak">
<div data-nstest-role="page" id="bar" data-nstest-url="bak">
</div>
</body>

View file

@ -97,7 +97,7 @@
</div>
<div id="dup-history-first" data-nstest-role="page">
<a href="#dup-history-second" data-transition="slideup" data-nstest-role="button" >
<a href="#dup-history-second" data-nstest-transition="slideup" data-nstest-role="button" >
Page 2
</a>
</div>

View file

@ -110,7 +110,7 @@
</select>
</div>
<div data-role="fieldcontain" id="select-offscreen-container">
<div data-nstest-role="fieldcontain" id="select-offscreen-container">
<style>
/* keep the select small and close to the screen border to test rendering */
#select-offscreen-container {