Fixed busted 'deleteTable' feature - silly spelling error, b=174558, r=brade, sr=kin, a=asa/drivers

git-svn-id: svn://10.0.0.236/trunk@132841 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com 2002-11-01 22:20:37 +00:00
parent e1d71da814
commit 4710078ce9

View File

@ -3681,7 +3681,7 @@ var nsDeleteTableCommand =
doCommand: function(aCommand)
{
try {
GetCurrentEditor().delectTable();
GetCurrentEditor().deleteTable();
} catch(e) {}
window._content.focus();
}