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:
parent
e1d71da814
commit
4710078ce9
@ -3681,7 +3681,7 @@ var nsDeleteTableCommand =
|
||||
doCommand: function(aCommand)
|
||||
{
|
||||
try {
|
||||
GetCurrentEditor().delectTable();
|
||||
GetCurrentEditor().deleteTable();
|
||||
} catch(e) {}
|
||||
window._content.focus();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user