Added dump statement for debugging

This commit is contained in:
hangas%netscape.com 1999-09-16 22:21:47 +00:00
parent d0bf4886b3
commit c1a36fb57c

View File

@ -29,6 +29,7 @@ var FolderPaneController =
{
IsCommandEnabled: function(command)
{
dump("FolderPaneController.IsCommandEnabled\n");
switch ( command )
{
case "cmd_selectAll":
@ -69,6 +70,7 @@ var ThreadPaneController =
{
IsCommandEnabled: function(command)
{
dump("ThreadPaneController.IsCommandEnabled\n");
switch ( command )
{
case "cmd_selectAll":