[Checkins] SVN: hurry.jquerytools/trunk/src/hurry/jquerytools/jquerytools.txt the hurry.jquery dep is not pinned and thus we cannot be sure about the jquery version that was included. assume at least it is in the 1.x.y line though

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jun 3 04:18:23 EDT 2010


Log message for revision 112991:
  the hurry.jquery dep is not pinned and thus we cannot be sure about the jquery version that was included. assume at least it is in the 1.x.y line though

Changed:
  U   hurry.jquerytools/trunk/src/hurry/jquerytools/jquerytools.txt

-=-
Modified: hurry.jquerytools/trunk/src/hurry/jquerytools/jquerytools.txt
===================================================================
--- hurry.jquerytools/trunk/src/hurry/jquerytools/jquerytools.txt	2010-06-03 08:16:35 UTC (rev 112990)
+++ hurry.jquerytools/trunk/src/hurry/jquerytools/jquerytools.txt	2010-06-03 08:18:23 UTC (rev 112991)
@@ -19,11 +19,11 @@
 Render the inclusion::
 
   >>> from hurry.resource import NeededInclusions
-  >>> from hurry.jquerytools import jquerytools 
+  >>> from hurry.jquerytools import jquerytools
   >>> needed = NeededInclusions()
   >>> needed.need(jquerytools)
   >>> print needed.render()
-  <script type="text/javascript" src="http://localhost/static/jquery/jquery-1.3.2.js"></script>
+  <script type="text/javascript" src="http://localhost/static/jquery/jquery-1...js"></script>
   <script type="text/javascript" src="http://localhost/static/JqueryToolsLibrary/jquery.tools.min.js"></script>
 
 """



More information about the checkins mailing list