added getNodeType() and getShapeType() methods

This commit is contained in:
Eric Rowell
2013-03-24 00:14:42 -07:00
parent f0037ce9c6
commit 542f675522
18 changed files with 83 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ Test.Modules.REGULAR_POLYGON = {
layer.add(poly);
stage.add(layer);
test(poly.getShapeType() === 'RegularPolygon', 'shape type should be RegularPolygon');
},
'add regular polygon square': function(containerId) {