Commit 736ca5b
fix JSNI .catch() syntax for GWT compatibility
Use bracket notation ["catch"] instead of .catch() since catch
is a Java reserved word that GWT's JSNI parser rejects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 55f3ee7 commit 736ca5b
File tree
1 file changed
+1
-1
lines changed- src/com/lushprojects/circuitjs1/client
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments