We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40b5a6 commit 3b5b2b7Copy full SHA for 3b5b2b7
js/widgets/popup.js
@@ -385,11 +385,6 @@ define( [ "jquery",
385
return { x: x, y: y };
386
},
387
388
- _openPrereqContainer: function() {
389
- this._applyTransition( "none" );
390
- this._ui.container.removeClass( "in" );
391
- },
392
-
393
_openPrereqsComplete: function() {
394
this._isOpen = true;
395
this._ui.container.attr( "tabindex", "0" ).focus();
@@ -409,7 +404,7 @@ define( [ "jquery",
409
404
// 2. The screen opacity animation completes (screen())
410
405
this._createPrereqs(
411
406
$.noop,
412
- $.proxy( this, "_openPrereqContainer" ),
407
+ $.noop,
413
408
$.proxy( this, "_openPrereqsComplete" ) );
414
415
if ( transition ) {
0 commit comments