From 101f4e12e694a8ba8bd3bdfce037b741d88bca58 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Wed, 5 Mar 2014 07:19:58 +0100 Subject: [PATCH] Add missing semicolons. --- src/extension.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/extension.js b/src/extension.js index 016ed5c..f21fdc6 100644 --- a/src/extension.js +++ b/src/extension.js @@ -77,13 +77,13 @@ let getX_position = function() { if (!Settings) loadConfig(); return Settings.get_double(PANEL_OSD_X_POS_KEY); -} +}; let gety_position = function() { if (!Settings) loadConfig(); return Settings.get_double(PANEL_OSD_Y_POS_KEY); -} +}; /* @@ -144,7 +144,7 @@ let extensionShowNotification = function() { // the mouse is moving towards it or within it. this._lastSeenMouseX = x; this._lastSeenMouseY = y; -} +}; /* @@ -288,7 +288,7 @@ let extensionHideNotification = function(animate) { } } } -} +}; /* @@ -367,7 +367,7 @@ let extensionUpdateShowingNotification = function() { }; this._tween(this._notificationWidget, '_notificationState', State.SHOWN, tweenParams); -} +}; /* * Copied from MessageTray._onNotificationExpanded() @@ -403,7 +403,7 @@ let extensiononNotificationExpanded = function() { transition: 'easeOutQuad' }); } -} +}; /* * Overload the methods.