changeset 56:9bfe07c26c78

Fix a trailing comma in the auto-complete widget's generated javascript.
author Brian Neal <bgneal@gmail.com>
date Tue, 23 Jun 2009 00:41:57 +0000
parents 146ded23d05c
children 7abef1a956f3
files gpp/core/widgets.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/core/widgets.py	Tue Jun 23 00:24:09 2009 +0000
+++ b/gpp/core/widgets.py	Tue Jun 23 00:41:57 2009 +0000
@@ -28,9 +28,7 @@
     scroll: true,
     scrollHeight: 300,
     matchContains: true,
-    autoFill: true,
+    autoFill: true
 });
 </script>''' % (name, url))
 
-
-# vim: ts=4 sw=4