Remove cruft.

git-svn-id: https://develop.svn.wordpress.org/trunk@3348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-12-23 20:59:23 +00:00
parent e857851b47
commit e1459bd149
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ if ( tinyMCE.isMSIE )
if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) {
var i = tinyMCE.selectedInstance;
if(typeof i == 'undefined')
return true;http://boren.nu/
return true;
tinyMCE.execCommand("mceStartTyping");
this.blur();
i.contentWindow.focus();