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

Commit 373ddae

Browse files
committed
Panel: Fix bad function reference in unit tests
Fixes gh-7500 Closes gh-7501
1 parent 3df9b3b commit 373ddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ $.widget( "mobile.panel", {
363363

364364
if ( self._page().jqmData( "panel" ) === "open" ) {
365365
self._on( self.document, {
366-
"panelclose": "_openPanel"
366+
"panelclose": _openPanel
367367
});
368368
} else {
369369
_openPanel();

0 commit comments

Comments
 (0)