Remove an assignment that was used for debugging.

This commit is contained in:
kangax 2011-01-23 03:42:17 -05:00
parent 0dae843114
commit bf8bb679f7
2 changed files with 0 additions and 9 deletions

5
dist/all.js vendored
View file

@ -6864,11 +6864,6 @@ fabric.util.animate = animate;
for (var i in this.oCoords) {
lines = this._getImageLines(this.oCoords[i].corner, i);
canvas.contextTop.fillStyle = 'red';
xpoints = this._findCrossPoints(ex, ey, lines);
if (xpoints % 2 == 1 && xpoints != 0) {
this.__corner = i;

View file

@ -841,11 +841,7 @@
for (var i in this.oCoords) {
lines = this._getImageLines(this.oCoords[i].corner, i);
canvas.contextTop.fillStyle = 'red';
// debugging
// canvas.contextTop.fillRect(lines.bottomline.d.x, lines.bottomline.d.y, 2, 2);
// canvas.contextTop.fillRect(lines.bottomline.o.x, lines.bottomline.o.y, 2, 2);
//