[Laszlo-checkins] r13680 - openlaszlo/trunk/WEB-INF/lps/lfc/services
bargull@openlaszlo.org
bargull at openlaszlo.org
Tue Apr 14 14:45:10 PDT 2009
Author: bargull
Date: 2009-04-14 14:45:07 -0700 (Tue, 14 Apr 2009)
New Revision: 13680
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs
Log:
Change 20090414-bargull-sQd by bargull at dell--p4--2-53 on 2009-04-14 23:46:05
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add @deprecate to urlUnescape()
New Features:
Bugs Fixed: LPP-8055 (missing @deprecated for lz.Browser.urlUnescape)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs 2009-04-14 21:44:41 UTC (rev 13679)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzBrowser.lzs 2009-04-14 21:45:07 UTC (rev 13680)
@@ -353,6 +353,7 @@
* Escape a string using URL encoding.
* @param String str: The string to unescape
* @return String: An URL decoded string
+ * @deprecated Use decodeURIComponent(string) instead.
*/
function urlUnescape (str:String) :String {
if ($debug) {
More information about the Laszlo-checkins
mailing list