[gnome-documents] mainWindow: add missing semicolon
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] mainWindow: add missing semicolon
- Date: Thu, 7 Feb 2013 20:40:55 +0000 (UTC)
commit 976816333cdd48f6d6a89fb97c13014ab553ceb4
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Feb 7 15:40:34 2013 -0500
mainWindow: add missing semicolon
src/mainWindow.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index c6a510a..dc59313 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -159,7 +159,7 @@ const MainWindow = new Lang.Class({
case WindowMode.WindowMode.EDIT:
return false;
default:
- throw(new Error('Not handled'))
+ throw(new Error('Not handled'));
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]