Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31279 from Gioyik/bug-1170464
Browse files Browse the repository at this point in the history
Bug 1170464 - [SMS] fix remain jsdoc error, r=gasolin
  • Loading branch information
gasolin committed Aug 10, 2015
2 parents 4f91ecd + 96d6fa0 commit 934c7ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions apps/sms/jsdoc.json
Expand Up @@ -5,10 +5,8 @@
},
"source": {
"include": ["apps/sms/README.md", "apps/sms/views", "apps/sms/services/js"],
"exclude": ["apps/sms/desktop-mock",
"apps/sms/views/shared/js/activity_handler.js",
"apps/sms/views/shared/js/utils.js",
"apps/sms/views/shared/js/contacts.js"]
"exclude": ["apps/sms/views/shared/js/contacts.js",
"apps/sms/services/js/activity/activity_shim.js"]
},
"plugins": [
"plugins/markdown",
Expand Down
4 changes: 2 additions & 2 deletions apps/sms/views/shared/js/utils.js
Expand Up @@ -827,8 +827,8 @@
* flow is paused until yielded Promise is resolved, so that consumer gets
* Promise result instead of Promise instance itself.
* See https://www.promisejs.org/generators/ as the reference.
* @param {function*} generatorFunction Generator function that yields
* Promises.
* @param {function(...*): Iterator} generatorFunction Generator function
* that yields Promises.
* @return {function}
*/
async: function(generatorFunction) {
Expand Down

0 comments on commit 934c7ca

Please sign in to comment.