Skip to content

Commit 75f62e8

Browse files
committed
Fixing some IE6 bugs.
1 parent c063e9d commit 75f62e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/Options/Options.Canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Options.Canvas = {
6565
color: [0.5, 0.3, 0.1]
6666
}
6767
}
68-
},
68+
}
6969
};

Tests/RGraph/test11.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function init(){
411411
rgraph.onClick(node.id);
412412
}
413413
}
414-
},
414+
}
415415

416416
// onBeforeCompute : function(node) {
417417
// Log.write("centering " + node.name + "...");

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'Treemap', 'Spacetree', 'RGraph',
77
'Hypertree']
88
#build model
9-
class Build():
9+
class Build:
1010
def __init__(self):
1111
self.sources = prefix('Source/')
1212

0 commit comments

Comments
 (0)