Author: clopes
Date: 2011-10-14 09:18:47 -0700 (Fri, 14 Oct 2011)
New Revision: 27181

Modified:
   cytoscapeweb/branches/compound/src/org/cytoscapeweb/view/ExternalMediator.as
Log:
Added missing default value to "topLevelOnly" parameter--getNodes()

Modified: 
cytoscapeweb/branches/compound/src/org/cytoscapeweb/view/ExternalMediator.as
===================================================================
--- 
cytoscapeweb/branches/compound/src/org/cytoscapeweb/view/ExternalMediator.as    
    2011-10-14 16:16:48 UTC (rev 27180)
+++ 
cytoscapeweb/branches/compound/src/org/cytoscapeweb/view/ExternalMediator.as    
    2011-10-14 16:18:47 UTC (rev 27181)
@@ -304,7 +304,7 @@
             return JSON.encode(obj);
         }
         
-        private function getNodes(topLevelOnly:Boolean):String {
+        private function getNodes(topLevelOnly:Boolean=false):String {
             var nodes:* = graphProxy.graphData.nodes;
             var arr:*, n:NodeSprite;
             

-- 
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.

Reply via email to