We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad7df1 commit f73c010Copy full SHA for f73c010
tests/unit/degradeInputs/degradeInputs.js
@@ -3,7 +3,7 @@
3
*/
4
5
(function($){
6
- module('jquery.mobile.slider.js');
+ module('jquery.mobile.degradeInputs.js');
7
8
test('keepNative elements should not be degraded', function() {
9
same($('input#not-to-be-degraded').attr("type"), "range");
tests/unit/degradeInputs/index.html
@@ -12,13 +12,9 @@
12
<script src="../../../external/qunit.js"></script>
13
<script>
14
$.testHelper.asyncLoad([
15
- [
16
- "jquery.mobile.degradeInputs"
17
- ],
+ [ "jquery.mobile.degradeInputs" ],
18
[ "jquery.mobile.init" ],
19
20
- "degradeInputs.js"
21
- ]
+ [ "degradeInputs.js" ]
22
]);
23
</script>
24
0 commit comments