aboutsummaryrefslogtreecommitdiff
path: root/js/lib/userpicker.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/userpicker.js')
-rw-r--r--js/lib/userpicker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/userpicker.js b/js/lib/userpicker.js
index b551ea830..475af150f 100644
--- a/js/lib/userpicker.js
+++ b/js/lib/userpicker.js
@@ -2,7 +2,7 @@ elgg.provide('elgg.userpicker');
elgg.userpicker.init = function() {
// binding autocomplete.
- // doing this as an each so we can past this to functions.
+ // doing this as an each so we can pass this to functions.
$('.elgg-input-user-picker').each(function() {
var _this = this;