Skip to content

Commit

Permalink
API Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jul 28, 2011
1 parent e4f71ec commit ed4a3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loader/js/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ Y.log('attempting to load ' + s[i] + ', ' + self.base, 'info', 'loader');

/**
* Apply filter defined for this instance to a url/path
* method _filter
* @method _filter
* @param {string} u the string to filter.
* @param {string} name the name of the module, if we are processing
* a single module as opposed to a combined url.
Expand Down Expand Up @@ -2285,7 +2285,7 @@ Y.log('attempting to load ' + s[i] + ', ' + self.base, 'info', 'loader');

/**
* Generates the full url for a module
* method _url
* @method _url
* @param {string} path the path fragment.
* @param {String} name The name of the module
* @pamra {String} [base=self.base] The base url to use
Expand Down

0 comments on commit ed4a3a8

Please sign in to comment.