minor refactor from Scott's original suggestion on the issue

This commit is contained in:
John Bender 2011-04-10 22:59:06 -07:00
parent c5ba91f0b9
commit 09b736a399

View file

@ -371,9 +371,7 @@
if(base){ base.reset(); }
//kill the keyboard
if( window.document.activeElement ){
$( window.document.activeElement || "" ).add( "input:focus, textarea:focus, select:focus" ).blur();
}
$( window.document.activeElement || "" ).add( "input:focus, textarea:focus, select:focus" ).blur();
function defaultTransition(){
if(transition === undefined){