[Jifty-commit] jifty branch, master, updated. 1.10518-34-gc473f1f

Jifty commits jifty-commit at lists.jifty.org
Mon Jul 11 14:08:58 EDT 2011


The branch, master has been updated
       via  c473f1fd2f3da21ba1421994d10e83b434250f8e (commit)
      from  d9985e531f5d66a7adb012ade943de4c8c75dbed (commit)

Summary of changes:
 share/web/static/js/jifty.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit c473f1fd2f3da21ba1421994d10e83b434250f8e
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Jul 11 14:08:41 2011 -0400

    Strict JS parsers hate trailing commas... it ain't Perl

diff --git a/share/web/static/js/jifty.js b/share/web/static/js/jifty.js
index 7077909..0f7d0dd 100644
--- a/share/web/static/js/jifty.js
+++ b/share/web/static/js/jifty.js
@@ -804,7 +804,7 @@ Behaviour.register({
         };
         if ( je.closest('.jifty.results').length ) opt["life"] = 10000;
         jQuery.jGrowl( e.innerHTML, opt );
-    },
+    }
 });
 
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list