From 36d947f9e8b96d03dc4614ffa67ca4dd89bb059b Mon Sep 17 00:00:00 2001 From: kangax Date: Wed, 14 Jan 2015 12:35:00 +0100 Subject: [PATCH] Fix docs --- dist/fabric.js | 2 +- dist/fabric.min.js.gz | Bin 60731 -> 60731 bytes dist/fabric.require.js | 2 +- src/shapes/line.class.js | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/fabric.js b/dist/fabric.js index b00e9a5a..56b39f56 100644 --- a/dist/fabric.js +++ b/dist/fabric.js @@ -13849,8 +13849,8 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot }, /** + * Recalculates line points given width and height * @private - * Recalculate line points from width and height. */ calcLinePoints: function() { var xMult = this.x1 <= this.x2 ? -1 : 1, diff --git a/dist/fabric.min.js.gz b/dist/fabric.min.js.gz index ae5665822a5efed23d2e986bf0d50697d3fc01d0..255fb13dc65b3a376fa2765962ec177aad8df2c7 100644 GIT binary patch delta 17 Zcmdmei+T4gW;Xe54vtM68`(_X0sub^27~|r delta 17 Ycmdmei+T4gW;Xe54vsYTjclfG0X;wlHvj+t diff --git a/dist/fabric.require.js b/dist/fabric.require.js index 501fa7ca..8b2d56d9 100644 --- a/dist/fabric.require.js +++ b/dist/fabric.require.js @@ -13849,8 +13849,8 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot }, /** + * Recalculates line points given width and height * @private - * Recalculate line points from width and height. */ calcLinePoints: function() { var xMult = this.x1 <= this.x2 ? -1 : 1, diff --git a/src/shapes/line.class.js b/src/shapes/line.class.js index d0982731..32a8ae14 100644 --- a/src/shapes/line.class.js +++ b/src/shapes/line.class.js @@ -206,8 +206,8 @@ }, /** + * Recalculates line points given width and height * @private - * Recalculate line points from width and height. */ calcLinePoints: function() { var xMult = this.x1 <= this.x2 ? -1 : 1,