You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/05/24 11:05:37 UTC

svn commit: r909797 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/viewers/restfulobjects/angularjs-tips.html

Author: buildbot
Date: Sat May 24 09:05:37 2014
New Revision: 909797

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 24 09:05:37 2014
@@ -1 +1 @@
-1597268
+1597269

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 24 09:05:37 2014
@@ -1 +1 @@
-1597268
+1597269

Modified: websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html (original)
+++ websites/staging/isis/trunk/content/components/viewers/restfulobjects/angularjs-tips.html Sat May 24 09:05:37 2014
@@ -436,7 +436,6 @@ var findCustomerArgs = { 
       "value": "Fred" 
     }
 };
-
 findCustomer.get({queryString: JSON.stringify(findCustomerArgs)}, function(data) { ... } )
 </code></pre>