Skip to content

Commit

Permalink
Add return description.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 22, 2018
1 parent d5672dc commit 7901dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function setModule(id, module) {
* Retrieves a dom-module from the global registry by id.
*
* @param {string} id dom-module id
* @return {DomModule!}
* @return {DomModule!} dom-module instance
*/
function findModule(id) {
return modules[id] || lcModules[id.toLowerCase()];
Expand Down

0 comments on commit 7901dc9

Please sign in to comment.