[Checkins] SVN: hurry.extjs/trunk/src/hurry/extjs/extjs.py bugfix on resources inclusion

Santiago Videla santiago.videla at gmail.com
Mon May 4 18:15:24 EDT 2009


Log message for revision 99752:
  bugfix on resources inclusion
  
  

Changed:
  U   hurry.extjs/trunk/src/hurry/extjs/extjs.py

-=-
Modified: hurry.extjs/trunk/src/hurry/extjs/extjs.py
===================================================================
--- hurry.extjs/trunk/src/hurry/extjs/extjs.py	2009-05-04 22:10:04 UTC (rev 99751)
+++ hurry.extjs/trunk/src/hurry/extjs/extjs.py	2009-05-04 22:15:23 UTC (rev 99752)
@@ -5,7 +5,7 @@
 extjs_core = ResourceInclusion(extjs, 'ext-core.js',
                                debug='ext-core-debug.js')
 
-extjs_all = ResourceInclusion(extjs, 'ext-all.js', depends=[extjs_base],
+extjs_all = ResourceInclusion(extjs, 'ext-all.js', depends=[extjs_core],
                               debug='ext-all-debug.js')
 
 extjs_css = ResourceInclusion(extjs, 'resources/css/ext-all.css')



More information about the Checkins mailing list