[Jifty-commit] jifty branch, master, updated. 1.10518-142-ge80d306

Jifty commits jifty-commit at lists.jifty.org
Wed May 29 19:00:58 EDT 2013


The branch, master has been updated
       via  e80d306ae8e07525fb60bb41f09278b643ac4920 (commit)
      from  4edd2f75b375eaf5908c8d5057776d74abfbee6d (commit)

Summary of changes:
 share/web/static/js/jifty.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit e80d306ae8e07525fb60bb41f09278b643ac4920
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed May 29 16:00:39 2013 -0700

    Trailing commas make strict JS parsers unhappy

diff --git a/share/web/static/js/jifty.js b/share/web/static/js/jifty.js
index 7de4ae6..a5696b4 100644
--- a/share/web/static/js/jifty.js
+++ b/share/web/static/js/jifty.js
@@ -296,7 +296,7 @@ Action.prototype = {
         };
         jQuery.each(this.fields(), disable);
         jQuery.each(this.buttons(), disable);
-    },
+    }
 };
 
 /* Forms */

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


More information about the Jifty-commit mailing list