Clean up test code.

This commit is contained in:
Jürg Lehni 2011-11-11 14:47:25 +01:00
parent af9df0e1b8
commit 6713d6aaa8

View file

@ -370,7 +370,7 @@ test('hitting path bounding box', function() {
equals(function() {
return hitResult.point.toString();
},path.bounds.topLeft.toString());
}, path.bounds.topLeft.toString());
}
});