Skip to content

Commit 7999ba5

Browse files
Update Fetch.java
1 parent 864b765 commit 7999ba5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/WebFormsCore/Fetch.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package WebFormsCore;
22

3+
// Compatible with WebFormsJS version 1.6
4+
35
/// <summary>
46
/// Do Not Add Any Data Before Or After It
57
/// </summary>
@@ -63,4 +65,4 @@ public static String cacheAndRemove(String key, String replaceValue) {
6365
public static String script(String scriptText) {
6466
return "@_" + scriptText.replace("\n", "$[ln];");
6567
}
66-
}
68+
}

0 commit comments

Comments
 (0)