fixed up Image hit draw func

This commit is contained in:
Eric Rowell
2012-11-23 23:55:20 -08:00
parent b67cc4b589
commit 7f68dafb5c
4 changed files with 15 additions and 8 deletions

View File

@@ -392,7 +392,7 @@ Test.Modules.PATH = {
layer.add(group);
stage.add(layer);
//document.body.appendChild(layer.bufferCanvas.element)
showHit(layer);
},
'Able to determine point on line some distance from another point on line': function(containerId) {