[Jifty-commit] jifty branch, jifty_client, updated. 707300e50d96829e2c36f10f250dda5c3734540f

Jifty commits jifty-commit at lists.jifty.org
Sun May 2 03:14:26 EDT 2010


The branch, jifty_client has been updated
       via  707300e50d96829e2c36f10f250dda5c3734540f (commit)
      from  225ec1e01779a11eedfa5f36366e2aed81a89057 (commit)

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

- Log -----------------------------------------------------------------
commit 707300e50d96829e2c36f10f250dda5c3734540f
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Sun May 2 15:14:26 2010 +0800

    Give records the jiftyClient too

diff --git a/share/web/static/js/jifty_client.js b/share/web/static/js/jifty_client.js
index 8ec7b98..073419c 100644
--- a/share/web/static/js/jifty_client.js
+++ b/share/web/static/js/jifty_client.js
@@ -7,6 +7,7 @@ Class("JiftyModel", {
             var onAjaxSuccess = function (result) {
                 if (result.id) {
                     var record = that.meta.instantiate(result);
+                    record.jiftyClient = that.jiftyClient;
                     onSuccess(record);
                 }
                 else {

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


More information about the Jifty-commit mailing list