Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update jsdoc: remove 'unused' tags
Browse files Browse the repository at this point in the history
Using a JSDoc comment tag only in one function of the entire code base
is inconsistent. Besides, these two tags are discouraged by the coding style.
  • Loading branch information
adrianomelo committed Sep 11, 2015
1 parent b9bee7d commit 7dee52b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@

/**
* Creates an observer from a notification callback.
*
* @static
* @memberOf Observer
* @param {Function} handler Action that handles a notification.
* @returns The observer object that invokes the specified handler using a notification corresponding to each message it receives.
*/
Expand Down

0 comments on commit 7dee52b

Please sign in to comment.