More of semicolons and newlines
authorJaroslav Tulach <jtulach@netbeans.org>
Tue, 12 May 2015 21:56:39 +0300
changeset 935adda6f8ac463
parent 934 bbbdf003a99b
child 936 b5bad52d9d49
More of semicolons and newlines
ko4j/src/main/java/org/netbeans/html/ko4j/LoadJSON.java
     1.1 --- a/ko4j/src/main/java/org/netbeans/html/ko4j/LoadJSON.java	Wed Apr 15 10:39:20 2015 +0200
     1.2 +++ b/ko4j/src/main/java/org/netbeans/html/ko4j/LoadJSON.java	Tue May 12 21:56:39 2015 +0300
     1.3 @@ -177,9 +177,9 @@
     1.4          + "};\n"
     1.5          + "request.onerror = function (e) {\n"
     1.6          + "  @org.netbeans.html.ko4j.KOTransfer::notifyError(Ljava/lang/Object;Ljava/lang/Object;)(done, e.type + ' status ' + request.status);\n"
     1.7 -        + "}\n"
     1.8 -        + "if (data) request.send(data);"
     1.9 -        + "else request.send();"
    1.10 +        + "};\n"
    1.11 +        + "if (data) request.send(data);\n"
    1.12 +        + "else request.send();\n"
    1.13      )
    1.14      static void loadJSON(
    1.15          String url, JSONCall done, String method, String data