Remove extra commas.

This commit is contained in:
XhmikosR 2014-02-23 20:25:23 +02:00
parent 33655ff33d
commit 67e9c8829c
2 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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'
}
),