From dbebcadbc14737ccd151e3225b0a2deede14b5ff Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 15 Mar 2011 04:40:37 +0000 Subject: Refs #2538: Added documentation to most of the JS methods missing it. git-svn-id: http://code.elgg.org/elgg/trunk@8717 36083f99-b078-4883-b0ff-0f9b5a30f544 --- js/lib/userpicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/userpicker.js') 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; -- cgit v1.2.3