mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 18:34:43 +00:00
test namespace additions and type fix for core
This commit is contained in:
parent
e236484559
commit
7df9e245f4
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue