missed a bug fix with last push

This commit is contained in:
Eric Rowell 2012-03-10 20:15:15 -08:00
parent 07860a7dbd
commit cbab484117
3 changed files with 3 additions and 1 deletions

View File

@ -1135,6 +1135,7 @@ Kinetic.Stage.prototype = {
// set new target shape
this.targetShape = shape;
this.targetFound = true;
// handle onmouseover
shape._handleEvents("onmouseover", evt);

File diff suppressed because one or more lines are too long

View File

@ -385,6 +385,7 @@ Kinetic.Stage.prototype = {
// set new target shape
this.targetShape = shape;
this.targetFound = true;
// handle onmouseover
shape._handleEvents("onmouseover", evt);