You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jb...@apache.org on 2010/06/25 20:41:31 UTC

svn commit: r958067 - /commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/src/xslt/backends/js/AbstractStatechartGenerator.xsl

Author: jbeard
Date: Fri Jun 25 18:41:31 2010
New Revision: 958067

URL: http://svn.apache.org/viewvc?rev=958067&view=rev
Log:
Fixed bug involving history in AbstractStatechartGenerator.xsl

Modified:
    commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/src/xslt/backends/js/AbstractStatechartGenerator.xsl

Modified: commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/src/xslt/backends/js/AbstractStatechartGenerator.xsl
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/src/xslt/backends/js/AbstractStatechartGenerator.xsl?rev=958067&r1=958066&r2=958067&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/src/xslt/backends/js/AbstractStatechartGenerator.xsl (original)
+++ commons/sandbox/gsoc/2010/scxml-js/branches/core-module.SCXML-137/src/xslt/backends/js/AbstractStatechartGenerator.xsl Fri Jun 25 18:41:31 2010
@@ -526,7 +526,7 @@
 			</choose>
 			
 		}else{
-			<call-template name="genTriggerDispatcherContents">
+			<call-template name="genTriggerDispatcherGuardConditionBlockContents">
 				<with-param name="s" select="$s"/>
 				<with-param name="t" select="$t"/>
 			</call-template>