You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/02/25 09:41:25 UTC

svn commit: r630763 - /incubator/shindig/trunk/javascript/README

Author: lindner
Date: Mon Feb 25 00:41:22 2008
New Revision: 630763

URL: http://svn.apache.org/viewvc?rev=630763&view=rev
Log:
Remove reference to json.js, since this is automatically included via src=.../rpc.js?c=1

Modified:
    incubator/shindig/trunk/javascript/README

Modified: incubator/shindig/trunk/javascript/README
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/README?rev=630763&r1=630762&r2=630763&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/README (original)
+++ incubator/shindig/trunk/javascript/README Mon Feb 25 00:41:22 2008
@@ -17,7 +17,6 @@
 2) Play around with the code.
 
    A) Create an HTML file including the following <head> boilerplate:
-      <script type="text/javascript" src="json.js"></script>
       <script type="text/javascript" src="../../js/rpc.js?c=1"></script>
       <script type="text/javascript" src="cookies.js"></script>
       <script type="text/javascript" src="gadgets.js"></script>