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/23 21:45:55 UTC

svn commit: r988283 - /commons/sandbox/gsoc/2010/scxml-js/trunk/runner.js

Author: jbeard
Date: Mon Aug 23 19:45:54 2010
New Revision: 988283

URL: http://svn.apache.org/viewvc?rev=988283&view=rev
Log:
Removed small e4x reference in runner.js

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/runner.js

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/runner.js
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/runner.js?rev=988283&r1=988282&r2=988283&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/runner.js (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/runner.js Mon Aug 23 19:45:54 2010
@@ -18,7 +18,7 @@
 
 
 //evil things happen if we do not make this global
-default xml namespace = "http://www.w3.org/2005/07/scxml";
+//default xml namespace = "http://www.w3.org/2005/07/scxml";
 
 
 (function(){