index: fix jshint error

Wrap a too long line in a jsdoc comment.
This commit is contained in:
Miroslav Bajtoš 2014-08-18 14:26:11 +02:00
parent 20ed867d79
commit edb1f1fdce
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ var addInstructionsToBrowserify = require('./lib/bundler');
* for files containing model definitions.
* @property {Array.<String>} [bootDirs] List of directories where to look
* for boot scripts.
* @property {Array.<String>} [bootScripts] List of script files to execute on boot.
* @property {Array.<String>} [bootScripts] List of script files to execute
* on boot.
* @end
*
* @header boot(app, [options])