| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -541,7 +541,7 @@ function convertTransformValue(property: string, stringValue: string) | |||
| 541 | 541 | return stringValue.slice(-3) === "rad" ? radiansToDegrees(x) : x; | |
| 542 | 542 | } | |
| 543 | 543 | ||
| 544 | - return y ? { x, y } : x; | ||
| 544 | + return { x, y }; | ||
| 545 | 545 | } | |
| 546 | 546 | ||
| 547 | 547 | // Background properties. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments