mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-05 23:11:02 +00:00
Fix docs
This commit is contained in:
parent
05a04ee055
commit
36d947f9e8
4 changed files with 3 additions and 3 deletions
2
dist/fabric.js
vendored
2
dist/fabric.js
vendored
|
|
@ -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,
|
||||
|
|
|
|||
BIN
dist/fabric.min.js.gz
vendored
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
2
dist/fabric.require.js
vendored
2
dist/fabric.require.js
vendored
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue