fixed typo

This commit is contained in:
ericdrowell 2012-10-03 10:58:52 -07:00
parent b6eb2cdf82
commit 9ba21651a9
3 changed files with 4 additions and 4 deletions

View File

@ -3086,7 +3086,7 @@ Kinetic.Stage.prototype = {
var targetShape = this.targetShape;
if(targetShape && !go.drag.moving) {
targetShape._handleEvent('mouseout', evt);
argetShape._handleEvent('mouseleave', evt);
targetShape._handleEvent('mouseleave', evt);
this.targetShape = null;
}
this.mousePos = undefined;

File diff suppressed because one or more lines are too long

View File

@ -460,7 +460,7 @@ Kinetic.Stage.prototype = {
var targetShape = this.targetShape;
if(targetShape && !go.drag.moving) {
targetShape._handleEvent('mouseout', evt);
argetShape._handleEvent('mouseleave', evt);
targetShape._handleEvent('mouseleave', evt);
this.targetShape = null;
}
this.mousePos = undefined;