We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381514 commit c63d570Copy full SHA for c63d570
tests/unit/core/core_mobileinit.js
@@ -7,9 +7,9 @@
7
module('jquery.mobile.core.js');
8
9
// 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
+ // the event before the test check below
11
$(document).one("mobileinit", function(){
12
- mobilePage = ($.mobile.page);
+ mobilePage = $.mobile.page;
13
});
14
15
test( "mobile.page is available when mobile init is fired", function(){
0 commit comments