index: fix jshint error
Wrap a too long line in a jsdoc comment.
This commit is contained in:
parent
20ed867d79
commit
edb1f1fdce
3
index.js
3
index.js
|
@ -68,7 +68,8 @@ var addInstructionsToBrowserify = require('./lib/bundler');
|
||||||
* for files containing model definitions.
|
* for files containing model definitions.
|
||||||
* @property {Array.<String>} [bootDirs] List of directories where to look
|
* @property {Array.<String>} [bootDirs] List of directories where to look
|
||||||
* for boot scripts.
|
* 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
|
* @end
|
||||||
*
|
*
|
||||||
* @header boot(app, [options])
|
* @header boot(app, [options])
|
||||||
|
|
Loading…
Reference in New Issue