Update loopback.js

Fix doc comment per #2534
This commit is contained in:
Rand McKinney 2016-07-26 15:52:40 -07:00 committed by GitHub
parent 68ed6166d8
commit 1b55d35542
1 changed files with 2 additions and 5 deletions

View File

@ -150,11 +150,8 @@ if (loopback.isServer) {
delete loopback['error-handler'];
}
/*!
* Expose path to the default favicon file
*
* ***only in node***
*/
// Expose path to the default favicon file
// ***only in node***
if (loopback.isServer) {
/*!