You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/03/06 11:07:52 UTC

[2/6] git commit: Add a reference to JSONObject#quote(String)

Add a reference to JSONObject#quote(String)

(cherry picked from commit 9575f0d93901b7163a46c2ea38f43f135ecd7d50)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5513930c
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5513930c
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5513930c

Branch: refs/heads/wicket-6.x
Commit: 5513930c6cef0a309ade24081ecd1d52e8c7bc52
Parents: 83ee2bd
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Mar 6 10:04:15 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Mar 6 12:01:38 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/core/util/string/JavaScriptUtils.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5513930c/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java b/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
index c4862aa..098efed 100644
--- a/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
+++ b/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
@@ -83,6 +83,7 @@ public class JavaScriptUtils
 	 * @param input
 	 *            the JavaScript which needs to be escaped
 	 * @return Escaped version of the input
+	 * @see org.apache.wicket.ajax.json.JSONObject#quote(String)
 	 */
 	public static CharSequence escapeQuotes(final CharSequence input)
 	{