Author: Christian Lopes
Date: 2010-01-28 12:43:19 -0800 (Thu, 28 Jan 2010)
New Revision: 19067
Modified:
cytoscapeweb/trunk/cytoscapeweb/html-template/js/cytoscapeweb.js
Log:
Fix for Mantis #2141: Mappers documentation mistake
Modified: cytoscapeweb/trunk/cytoscapeweb/html-template/js/cytoscapeweb.js
===================================================================
--- cytoscapeweb/trunk/cytoscapeweb/html-template/js/cytoscapeweb.js
2010-01-28 20:29:45 UTC (rev 19066)
+++ cytoscapeweb/trunk/cytoscapeweb/html-template/js/cytoscapeweb.js
2010-01-28 20:43:19 UTC (rev 19067)
@@ -1931,7 +1931,7 @@
* // Set the mapper to a Visual Style;
* var style = {
* nodes: {
- * color: { continuousMapper: colorMapper }
+ * color: { discreteMapper: colorMapper }
* }
* };
*
@@ -2110,7 +2110,7 @@
/**
* <p>This object represents edge arrow shapes. In actuality, it is just a
string.</p>
* <p>Its value must be one of:</p>
- * <ul class="options"><li><code>NONE</code>: indicates that there is no
arrow.</li>
+ * <ul class="options"><li><code>NONE</code></li>
* <li><code>DELTA</code></li>
* <li><code>DIAMOND</code></li>
* <li><code>CIRCLE</code></li>
--
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.