updated global object utilities

This commit is contained in:
Eric Rowell
2012-06-21 12:47:15 -07:00
parent 5765ab749b
commit ac3f512ab8
4 changed files with 7 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ Test.prototype.tests = {
layer.add(Ellipse);
stage.add(layer);
},
'*EVENTS - move mouse from shape to another shape in same layer': function(containerId) {
'EVENTS - move mouse from shape to another shape in same layer': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,