File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11/*
22 * JavaScriptUtil.cs
33 *
4- * Copyright © 2007 Michael Schwarz (http://www.ajaxpro.info).
4+ * Copyright © 2007 Michael Schwarz (http://www.ajaxpro.info).
55 * All Rights Reserved.
66 *
77 * Permission is hereby granted, free of charge, to any person
@@ -52,6 +52,8 @@ namespace AjaxPro
5252 /// </summary>
5353 public sealed class JavaScriptUtil
5454 {
55+ private static System . Text . RegularExpressions . Regex r = new System . Text . RegularExpressions . Regex ( @"\w+|\W+" , System . Text . RegularExpressions . RegexOptions . Compiled ) ;
56+
5557 /// <summary>
5658 /// Get the client-side JavaScript namespace script.
5759 /// </summary>
@@ -395,7 +397,6 @@ public static IJavaScriptObject GetIJavaScriptObjectFromXmlNode(XmlNode n)
395397 //if (xpath == "" || xpath == "/")
396398 // xpath = n.Name;
397399
398- System . Text . RegularExpressions . Regex r = new System . Text . RegularExpressions . Regex ( @"\w+|\W+" , System . Text . RegularExpressions . RegexOptions . Compiled ) ;
399400 JavaScriptObject o = new JavaScriptObject ( ) ;
400401
401402 if ( n . NodeType == XmlNodeType . Element )
Original file line number Diff line number Diff line change 11/*
22 * Constant.cs
33 *
4- * Copyright © 2007 Michael Schwarz (http://www.ajaxpro.info).
4+ * Copyright © 2007 Michael Schwarz (http://www.ajaxpro.info).
55 * All Rights Reserved.
66 *
77 * Permission is hereby granted, free of charge, to any person
@@ -52,6 +52,6 @@ public sealed class Constant
5252 /// <summary>
5353 /// The assembly version.
5454 /// </summary>
55- public const string AssemblyVersion = "21.12.22 .1" ;
55+ public const string AssemblyVersion = "22.02.03 .1" ;
5656 }
5757}
You can’t perform that action at this time.
0 commit comments