Skip to content

Commit

Permalink
docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijar committed Jun 16, 2015
1 parent 097c239 commit 71c45d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function parseParamValues (params) {
/**
* @method getFetcher
* @memberof Fetcher
* @param {String} name
* @param {String} name of fetcher/service
* @returns {Function} fetcher
*/
Fetcher.getFetcher = function (name) {
Expand All @@ -84,7 +84,7 @@ function parseParamValues (params) {
/**
* @method isRegistered
* @memberof Fetcher
* @param {String} name
* @param {String} name of fetcher/service
* @returns {Boolean} true if fetcher with name was registered
*/
Fetcher.isRegistered = function (name) {
Expand Down

0 comments on commit 71c45d0

Please sign in to comment.