We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0185900 commit c7459dfCopy full SHA for c7459df
tests/visual/menu/popup.js
@@ -51,7 +51,7 @@ $.widget( "ui.popup", {
51
}
52
var that = this;
53
setTimeout(function() {
54
- that._open( event );
+ that.open( event );
55
}, 1);
56
57
});
@@ -101,7 +101,7 @@ $.widget( "ui.popup", {
101
102
},
103
104
- _open: function( event ) {
+ open: function( event ) {
105
var position = $.extend( {}, {
106
of: this.options.trigger
107
}, this.options.position );
0 commit comments