diff gpp/core/widgets.py @ 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 f408971657b9
children ab7830b067b3
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