[Commits] r1664 - sandbox/redlining/ux/RedLining/examples

commits at geoext.org commits at geoext.org
Fri Jan 8 06:23:10 CET 2010


Author: cmoullet
Date: 2010-01-08 06:23:10 +0100 (Fri, 08 Jan 2010)
New Revision: 1664

Modified:
   sandbox/redlining/ux/RedLining/examples/RedLiningExample.html
Log:
Fix filenames

Modified: sandbox/redlining/ux/RedLining/examples/RedLiningExample.html
===================================================================
--- sandbox/redlining/ux/RedLining/examples/RedLiningExample.html	2010-01-08 05:19:41 UTC (rev 1663)
+++ sandbox/redlining/ux/RedLining/examples/RedLiningExample.html	2010-01-08 05:23:10 UTC (rev 1664)
@@ -11,7 +11,7 @@
         
         <script type="text/javascript" src="../ux/RedLining.js"></script>
         
-        <script type="text/javascript" src="RedLining.js"></script>
+        <script type="text/javascript" src="RedLiningExample.js"></script>
         
     </head>
     <body>
@@ -23,7 +23,7 @@
         
         <p></p>
         
-        <p>See <a href="RedLining.js">RedLining.js</a> for the source code.</p>
+        <p>See <a href="RedLiningExample.js">RedLiningExample.js</a> for the source code.</p>
         
         <div id="content"></div>
     </body>



More information about the Commits mailing list