From 5666fdefce27ff10d75ee5c5f2e485a516b3658c Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Fri, 28 Jan 2011 13:31:16 -0500 Subject: [PATCH] Add a missing colon Fixes a syntax error. --- js/ui/messageTray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 114645885..c3eb706f9 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -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