Skip to content

Commit

Permalink
Popup: styling updates whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluca committed Oct 14, 2014
1 parent 01acec8 commit 02da3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/popup/popup_core.js
Expand Up @@ -381,7 +381,7 @@
function( result ) {
deepEqual( result.focus.timedOut, false, "Focus event received" );
deepEqual( document.activeElement === textinput[ 0 ], false,
"An input outside the popup is prevented from receiving focus while the popup is open" );
"An input outside the popup is prevented from receiving focus while the popup is open" );
popup.popup( "close" );
},

Expand Down

0 comments on commit 02da3b4

Please sign in to comment.