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/08/16 03:26:15 UTC

svn commit: r985781 - /commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/backends/js/AbstractEnumeratedStatechartGenerator.js

Author: jbeard
Date: Mon Aug 16 01:26:15 2010
New Revision: 985781

URL: http://svn.apache.org/viewvc?rev=985781&view=rev
Log:
Fixed syntax error in AbstractEnumeratedStatechartGenerator.js

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/backends/js/AbstractEnumeratedStatechartGenerator.js

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/backends/js/AbstractEnumeratedStatechartGenerator.js
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/backends/js/AbstractEnumeratedStatechartGenerator.js?rev=985781&r1=985780&r2=985781&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/backends/js/AbstractEnumeratedStatechartGenerator.js (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/javascript/scxml/cgf/backends/js/AbstractEnumeratedStatechartGenerator.js Mon Aug 16 01:26:15 2010
@@ -11,7 +11,7 @@ require.def(
 		"xml!src/xslt/ir-compiler/enumerateEvents.xsl",
 		"xml!src/xslt/ir-compiler/addEventRegularExpressions.xsl",
 		"xml!src/xslt/ir-compiler/expandStarEvent.xsl",
-		"xml!src/xslt/ir-compiler/numberStatesAndTransitions.xsl" 
+		"xml!src/xslt/ir-compiler/numberStatesAndTransitions.xsl", 
 		"xml!src/xslt/layout/addTransitionTargetIds.xsl" ],
 		
 	function(