You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/09/23 01:57:04 UTC

svn commit: r1174456 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js

Author: hlship
Date: Thu Sep 22 23:57:03 2011
New Revision: 1174456

URL: http://svn.apache.org/viewvc?rev=1174456&view=rev
Log:
TAP5-999: Update docs for t5.spi.ajaxRequest to indicate it is not fully designed in 5.3

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js?rev=1174456&r1=1174455&r2=1174456&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js Thu Sep 22 23:57:03 2011
@@ -67,7 +67,8 @@ T5.define("spi", {
 
     /**
      * Performs an ajax request, as per T5.ajax.request(). Supplied by the SPI
-     * implementation.
+     * implementation. The options parameter is not yet fully defined in Tapestry 5.3
+     * (this SPI function is not yet used anywhere).
      *
      * @param url
      *            URL for Ajax request