Author: jbeard
Date: Sat Jun 19 05:56:53 2010
New Revision: 956188
URL: http://svn.apache.org/viewvc?rev=956188&view=rev
Log:
Trying different DOM transformation technique. Still not quite working.
Modified:
commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.1.ie/src/javascript/scxml/cgf/SCXMLCompiler.js
Modified: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.1.ie/src/javascript/scxml/cgf/SCXMLCompiler.js
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.1.ie/src/javascript/scxml/cgf/SCXMLCompiler.js?rev=956188&r1=956187&r2=956188&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.1.ie/src/javascript/scxml/cgf/SCXMLCompiler.js
(original)
+++ commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.1.ie/src/javascript/scxml/cgf/SCXMLCompiler.js
Sat Jun 19 05:56:53 2010
@@ -61,7 +61,6 @@ require.def("src/javascript/scxml/cgf/SC
}
var ir = Transformer(xmlFile,StatePatternStatechartGenerator.transformations,null,"xml");
-debugger;
var transformedJs = Transformer(ir,StatePatternStatechartGenerator.code,options,"text");
//optionally beautify it
|