Skip to content

Commit 864b765

Browse files
Update ExtensionWebFormsMethods.java
1 parent ccab151 commit 864b765

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/WebFormsCore/ExtensionWebFormsMethods.java

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

3+
// Compatible with WebFormsJS version 1.6
34
public class ExtensionWebFormsMethods {
45
/// <summary>
56
/// This Method Does Not Support QueryAll
@@ -41,4 +42,4 @@ public static String removeOuter(String text, String startString, String endStri
4142

4243
return text.substring(0, start) + text.substring(start + lengthToRemove);
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)