misc work

This commit is contained in:
Peter Cottle 2013-10-06 14:30:50 -07:00
parent 906216d98b
commit 1ed8a2524a
8 changed files with 350 additions and 13 deletions

View file

@ -141,6 +141,9 @@ var VisNode = VisBase.extend({
},
highlightTo: function(visObj, speed, easing) {
if (!visObj) {
debugger;
}
// a small function to highlight the color of a node for demonstration purposes
var color = visObj.get('fill');