[bugzilla-gnome-org-extensions] Fix syntax errors in config.js.example



commit 7a08edeb686232a36087aa0b93065a8fddd4de6f
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Sep 14 14:35:50 2009 -0400

    Fix syntax errors in config.js.example
    
    - Use // not # for comments
    - Terminate string

 web/config.js.example |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/web/config.js.example b/web/config.js.example
index ff69653..b992a9a 100644
--- a/web/config.js.example
+++ b/web/config.js.example
@@ -1,16 +1,16 @@
-# @@<name>@@ substituations are done by splinter_proxy.py; they should be be
-# replaced with the actual values for a production install.
+// @@<name>@@ substituations are done by splinter_proxy.py; they should be be
+// replaced with the actual values for a production install.
 
-# Base URL for links to Bugzilla
-#configBugzillaUrl = 'http://bugzilla.gnome.org';
+// Base URL for links to Bugzilla
+//configBugzillaUrl = 'http://bugzilla.gnome.org';
 configBugzillaUrl = '@@BUGZILLA_URL@@';
 
-# Note displayed at the top of every page
-#configNote = ''
+// Note displayed at the top of every page
+//configNote = ''
 configNote = '@@NOTE@@'
 
-# These are the attachment statuses for bugzilla.gnome.org, which is
-# the only Bugzilla instance I'm aware that supports attachment statuses
+// These are the attachment statuses for bugzilla.gnome.org, which is
+// the only Bugzilla instance I'm aware that supports attachment statuses
 configAttachmentStatuses = [
     'none',
     'accepted-commit_now',
@@ -18,5 +18,5 @@ configAttachmentStatuses = [
     'accepted-commit_after_freeze',
     'committed',
     'rejected',
-    'reviewed
+    'reviewed'
 ];


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]