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 2012/03/07 14:10:15 UTC

git commit: Fix a typo

Updated Branches:
  refs/heads/master 5a6cec68f -> 71bf9b379


Fix a typo


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

Branch: refs/heads/master
Commit: 71bf9b3793606adb5f2542da1e0823beb28fb21b
Parents: 5a6cec6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Mar 7 15:09:47 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Mar 7 15:09:47 2012 +0200

----------------------------------------------------------------------
 .../extensions/ajax/markup/html/modal/res/modal.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/71bf9b37/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
index 11bade1..f26265a 100644
--- a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
@@ -194,7 +194,7 @@ Wicket.Window = Wicket.Class.create();
 
 /**
  * Display confirmation dialog if the user is about to leave a page (IE and FF).
- * @deprecated Use the settings instead. TODO Removed for/after Wicket 7.0
+ * @deprecated Use the settings instead. TODO Remove for/after Wicket 7.0
  */
 Wicket.Window.unloadConfirmation = true;