mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Add a missing colon
Fixes a syntax error.
This commit is contained in:
parent
e9613b0340
commit
5666fdefce
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ const State = {
|
|||
const NotificationDestroyedReason = {
|
||||
EXPIRED: 1,
|
||||
DISMISSED: 2,
|
||||
SOURCE_CLOSED 3
|
||||
SOURCE_CLOSED: 3
|
||||
};
|
||||
|
||||
// Message tray has its custom Urgency enumeration. LOW, NORMAL and CRITICAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue