We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6878fbe commit 47d7d74Copy full SHA for 47d7d74
elemental/src/elemental/js/json/JsJsonString.java
@@ -37,7 +37,7 @@ static native String getString(JsonValue value) /*-{
37
* MAGIC: String cast to object interface.
38
*/
39
private static native JsJsonString createProd(String string) /*-{
40
- return @elemental.js.json.JsJsonValue::box(Lelemental/json/JsonValue;)(value);
+ return @elemental.js.json.JsJsonValue::box(Lelemental/json/JsonValue;)(string);
41
}-*/;
42
43
protected JsJsonString() {
0 commit comments