mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 23:03:10 +00:00
Remove extra commas.
This commit is contained in:
parent
33655ff33d
commit
67e9c8829c
2 changed files with 5 additions and 5 deletions
|
|
@ -820,7 +820,7 @@
|
|||
else {
|
||||
cssScale = {
|
||||
width: this.upperCanvasEl.width / bounds.width,
|
||||
height: this.upperCanvasEl.height / bounds.height,
|
||||
height: this.upperCanvasEl.height / bounds.height
|
||||
};
|
||||
}
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -119,12 +119,12 @@
|
|||
origin: 'originX',
|
||||
axis1: 'x1',
|
||||
axis2: 'x2',
|
||||
dimension: 'width',
|
||||
dimension: 'width'
|
||||
},
|
||||
{ // possible values of origin
|
||||
nearest: 'left',
|
||||
center: 'center',
|
||||
farthest: 'right',
|
||||
farthest: 'right'
|
||||
}
|
||||
),
|
||||
|
||||
|
|
@ -137,12 +137,12 @@
|
|||
origin: 'originY',
|
||||
axis1: 'y1',
|
||||
axis2: 'y2',
|
||||
dimension: 'height',
|
||||
dimension: 'height'
|
||||
},
|
||||
{ // possible values of origin
|
||||
nearest: 'top',
|
||||
center: 'center',
|
||||
farthest: 'bottom',
|
||||
farthest: 'bottom'
|
||||
}
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue