зеркало из https://github.com/mozilla/gecko-dev.git
Fixing extra comma in checking
This commit is contained in:
Родитель
f7218d0d8a
Коммит
2494d75102
|
@ -82,7 +82,7 @@ class nsEventStateManager : public nsSupportsWeakReference,
|
|||
enum nsTextfieldSelectModel {
|
||||
eTextfieldSelect_unset = -1,
|
||||
eTextfieldSelect_manual = 0,
|
||||
eTextfieldSelect_auto = 1, // select textfields when focused with keyboard
|
||||
eTextfieldSelect_auto = 1 // select textfields when focused with keyboard
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Загрузка…
Ссылка в новой задаче