Skip to content

Commit f73c010

Browse files
committed
whitespace and module name
1 parent aad7df1 commit f73c010

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

tests/unit/degradeInputs/degradeInputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
(function($){
6-
module('jquery.mobile.slider.js');
6+
module('jquery.mobile.degradeInputs.js');
77

88
test('keepNative elements should not be degraded', function() {
99
same($('input#not-to-be-degraded').attr("type"), "range");

tests/unit/degradeInputs/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
<script src="../../../external/qunit.js"></script>
1313
<script>
1414
$.testHelper.asyncLoad([
15-
[
16-
"jquery.mobile.degradeInputs"
17-
],
15+
[ "jquery.mobile.degradeInputs" ],
1816
[ "jquery.mobile.init" ],
19-
[
20-
"degradeInputs.js"
21-
]
17+
[ "degradeInputs.js" ]
2218
]);
2319
</script>
2420

0 commit comments

Comments
 (0)