BOOM\! Got branch stack ordering down

This commit is contained in:
Peter Cottle 2012-09-28 11:51:18 -07:00
parent 499961f3b5
commit 6e7e06277e
4 changed files with 76 additions and 12 deletions

View file

@ -20,11 +20,12 @@ var GRAPHICS = {
defaultAnimationTime: 300,
rectFill: '#FF3A3A',
rectStroke: '#FFF',
rectStrokeWidth: '3'
rectStrokeWidth: '3',
multiBranchY: 20,
};
/**
* Graphics style
* Graphics style -- DEPRECATED
*/
var graphics = {
// colors
@ -46,7 +47,7 @@ var graphics = {
arrowFill: '#FFF',
arrowStroke: '#000',
arrowWidth: 4,
arrowHeadWidth: 5
arrowHeadWidth: 5,
};
function randomString(string_length) {