Skip to content

Commit

Permalink
add todos, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Feb 10, 2011
1 parent cd03b10 commit daa364b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/AbstractManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ AjaxSolr.AbstractManager = AjaxSolr.Class.extend(
proxyUrl: null,

/**
* The default Solr servlet.
* The default Solr servlet. You may prepend the servlet with a core if using
* multiple cores.
*
* @field
* @public
Expand Down
1 change: 1 addition & 0 deletions helpers/jquery/ajaxsolr.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @param {String} list The list to append items to.
* @param {Array} items The list of items to append to the list.
* @param {String} [separator] A string to add between the items.
* @todo Return HTML rather than modify the DOM directly.
*/
AjaxSolr.theme.prototype.list_items = function (list, items, separator) {
jQuery(list).empty();
Expand Down
2 changes: 2 additions & 0 deletions widgets/jquery/PagerWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @expects this.target to be a list.
* @class PagerWidget
* @augments AjaxSolr.AbstractWidget
* @todo Don't use the manager to send the request. Request only the results,
* not the facets. Update only itself and the results widget.
*/
AjaxSolr.PagerWidget = AjaxSolr.AbstractWidget.extend(
/** @lends AjaxSolr.PagerWidget.prototype */
Expand Down

0 comments on commit daa364b

Please sign in to comment.