Skip to content

Commit c7459df

Browse files
committed
Popup: Also expose open method
1 parent 0185900 commit c7459df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/visual/menu/popup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $.widget( "ui.popup", {
5151
}
5252
var that = this;
5353
setTimeout(function() {
54-
that._open( event );
54+
that.open( event );
5555
}, 1);
5656
}
5757
});
@@ -101,7 +101,7 @@ $.widget( "ui.popup", {
101101
}
102102
},
103103

104-
_open: function( event ) {
104+
open: function( event ) {
105105
var position = $.extend( {}, {
106106
of: this.options.trigger
107107
}, this.options.position );

0 commit comments

Comments
 (0)