Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 0a77560

Browse files
author
Gabriel Schulhof
committed
[fixedToolbar] Declaring _thisPage explicitly -- thanks arschmitz
1 parent e217cd9 commit 0a77560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/widgets/fixedToolbar.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
8888
$page.addClass( "ui-page-" + tbtype + "-fixed" );
8989
}
9090

91+
$.extend( this, {
92+
_thisPage: null
93+
});
94+
9195
self._addTransitionClass();
9296
self._bindPageEvents();
9397
self._bindToggleHandlers();

0 commit comments

Comments
 (0)