Author: clopes
Date: 2012-10-09 10:11:11 -0700 (Tue, 09 Oct 2012)
New Revision: 30632
Modified:
cytoscapeweb/trunk/website/src/file/example_code/compound_nodes.html
Log:
Just removed trailing comma, which causes parse error on IE8.
Modified: cytoscapeweb/trunk/website/src/file/example_code/compound_nodes.html
===================================================================
--- cytoscapeweb/trunk/website/src/file/example_code/compound_nodes.html
2012-10-08 23:44:34 UTC (rev 30631)
+++ cytoscapeweb/trunk/website/src/file/example_code/compound_nodes.html
2012-10-09 17:11:11 UTC (rev 30632)
@@ -23,7 +23,7 @@
{ id: "5", parent: "6" },
{ id: "6" },
{ id: "7" },
- { id: "8", parent: "1" },
+ { id: "8", parent: "1" }
],
edges: [
{ target: "3", source: "5" },
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.