aboutsummaryrefslogtreecommitdiff
path: root/js/lib/elgglib.js
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-10-29 18:44:54 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-10-29 18:44:54 -0700
commit41842ae982bdea00f8b52a9d610837febe3230ec (patch)
treec6d4c45ce3568004198e9d0adc7197abe4810ce7 /js/lib/elgglib.js
parentef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4 (diff)
downloadelgg-41842ae982bdea00f8b52a9d610837febe3230ec.tar.gz
elgg-41842ae982bdea00f8b52a9d610837febe3230ec.tar.bz2
Fixes #4010, refs #3927. Fixed elgg.security.addToken() to work with query strings, relative URLs, and full URLs.
Diffstat (limited to 'js/lib/elgglib.js')
-rw-r--r--js/lib/elgglib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/elgglib.js b/js/lib/elgglib.js
index 0f17eeced..628adccfc 100644
--- a/js/lib/elgglib.js
+++ b/js/lib/elgglib.js
@@ -357,7 +357,7 @@ elgg.forward = function(url) {
*
* @param {String} url The URL to parse
* @param {Int} component A component to return
- * @param {Bool} expand Expand the query into an object? Else it's a string.
+ * @param {Bool} expand Expand the query into an object? Else it's a string.
*
* @return {Object} The parsed URL
*/