Commit a6c16f5
authored
Update playgroundId for Native Canvas entry (#1686)
the old playground #TKVFSA#7 used `new` where it was not needed (i.e.
not a construct-able class):
```
let heartPath = new engine.createCanvasPath2D("M390,30 A 20, 20 0, 0, 1 430, 30 A 20, 20 0, 0, 1 470, 30 Q 470, 60 430, 90 Q 390, 60 390, 30 z");
```
This is an accepted syntax in es3/es5 but not in any future version of
es.1 parent 58f8f14 commit a6c16f5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments