mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Added dump statement for debugging
This commit is contained in:
parent
d0bf4886b3
commit
c1a36fb57c
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user