We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447a16d commit cc218fcCopy full SHA for cc218fc
jso/core/src/main/java/org/teavm/jso/JSMethod.java
@@ -24,7 +24,7 @@
24
* <p>Marks abstract member method as a JavaScript method. This is equivalent to the following:</p>
25
*
26
* <pre>
27
- * {@literal @}JSBody(params = ..., script = "return new this.methodName(...);")
+ * {@literal @}JSBody(params = ..., script = "return this.methodName(...);")
28
* </pre>
29
30
* <p>where <code>methodName</code> is method's name by default or a name, directly specified by
0 commit comments