mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-19 00:58:24 +02:00
misc work
This commit is contained in:
parent
906216d98b
commit
1ed8a2524a
8 changed files with 350 additions and 13 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue