Suppress a warning in describe-command
commit762aea3a6ab0eb7ce50dd0945300a958fae06692
authorDavid Kettler <kettler@internode.on.net>
Thu, 15 Mar 2012 10:51:24 +0000 (15 21:21 +1030)
committerDavid Kettler <kettler@internode.on.net>
Thu, 15 Mar 2012 10:51:24 +0000 (15 21:21 +1030)
treefc8097660fb267bc8843f1cf41bbb16f9ebee040
parent970a120f9bedda81188417631a3b43d39dc91841
Suppress a warning in describe-command

XULRunner, starting from version 9.0, complains when an attempt is
made to use an undefined property of an object.  Binding objects do
not always have a command property, so check that it is defined before
using it.
modules/keymap.js