- Linting (ESLint): Finish

- Fix: Globals (x, y) in `mouseMove`
- Fix: Global (element, d_attr->dAttr) in `mouseDown`
- Fix: Avoid `drawnPath` not defined error
- Docs: sp.
This commit is contained in:
Brett Zamir
2018-05-16 16:32:44 +08:00
parent eba9dee54c
commit a3b3525789
17 changed files with 1738 additions and 1776 deletions

View File

@@ -736,7 +736,7 @@ Rounds a given value to a float with number of digits defined in save_options
#### Returns
If a string/number was given, returns a Float. If an array, return a string with comma-seperated floats
If a string/number was given, returns a Float. If an array, return a string with comma-separated floats
## `getStrokedBBox`