Skip to content

Commit f48b052

Browse files
Update InputPlace.java
1 parent 83c7d4f commit f48b052

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/WebFormsCore/InputPlace.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
public class InputPlace {
46
public static String id(String id) {
57
return id;
@@ -36,4 +38,4 @@ public static String query(String query) {
3638
public static String queryAll(String query) {
3739
return "[" + query.replace("=", "$[eq];");
3840
}
39-
}
41+
}

0 commit comments

Comments
 (0)