Bug 889085 - Remove an extra comma that accidentally slipped in from a7c9a6e1394e.

This commit is contained in:
stefanh@inbox.com 2015-05-26 20:23:47 +02:00
parent 3f98e94e29
commit bb3b4ef66e

View File

@ -27,7 +27,7 @@ enum class VibrancyType {
TOOLTIP,
MENU,
HIGHLIGHTED_MENUITEM,
SHEET,
SHEET
};
/**