Skip to content

Commit

Permalink
Changes to JSdoc comments
Browse files Browse the repository at this point in the history
Moved faviconFile to class properties.
  • Loading branch information
Rand McKinney committed Nov 4, 2014
1 parent 5e5dbb4 commit 0e35c18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/loopback.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ var assert = require('assert');
* @property {String} mime
* @property {Boolean} isBrowser True if running in a browser environment; false otherwise. Static read-only property.
* @property {Boolean} isServer True if running in a server environment; false otherwise. Static read-only property.
* @property {String} faviconFile Path to a default favicon shipped with LoopBack.
* Use as follows: `app.use(require('serve-favicon')(loopback.faviconFile));`
* @class loopback
* @header loopback
*/
Expand Down Expand Up @@ -133,7 +135,7 @@ if (loopback.isServer) {
*/

if (loopback.isServer) {
/**
/*!
* Path to a default favicon shipped with LoopBack.
*
* **Example**
Expand Down

0 comments on commit 0e35c18

Please sign in to comment.