Skip to content

Commit c63d570

Browse files
committed
comment correction in core mobile init test
1 parent 5381514 commit c63d570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/core/core_mobileinit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
module('jquery.mobile.core.js');
88

99
// NOTE important to use $.fn.one here to make sure library reloads don't fire
10-
// the event during library reloads before the test check below
10+
// the event before the test check below
1111
$(document).one("mobileinit", function(){
12-
mobilePage = ($.mobile.page);
12+
mobilePage = $.mobile.page;
1313
});
1414

1515
test( "mobile.page is available when mobile init is fired", function(){

0 commit comments

Comments
 (0)