Remove more custom code in favor of mootols.

This commit is contained in:
Paulo Veiga
2011-08-28 11:58:43 -03:00
parent d20e5cf6d5
commit dc50cee16d
4 changed files with 32 additions and 83 deletions

View File

@@ -105,9 +105,7 @@ mindplot.ControlPoint = new Class({
this._controlLines[point].setFrom(cords.x, cords.y);
this._controlLines[point].setTo(pos.x - 2, pos.y);
this._line.getLine().updateLine(point);
/*event.preventDefault();
event.stop();
return false;*/
},
_mouseUp : function(event, point) {