Browse Source

update destroy to dispose

master
Jongmin Kim 5 years ago committed by GitHub
parent
commit
e1ccff54c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -167,5 +167,5 @@ for (i = 0; i < total; i++) {
| `point(ctx)` | Draw circles at each drawing point and lines for each type. | | `point(ctx)` | Draw circles at each drawing point and lines for each type. |
| `box(ctx)` | Draw outline box for the text. | | `box(ctx)` | Draw outline box for the text. |
| `reset()` | Reset all the values. | | `reset()` | Reset all the values. |
| `destroy()` | Destroy. | | `dispose()` | Dispose. |

Loading…
Cancel
Save