Merge pull request #7 from eordano/jsdoc/fixwarn

Add @desc tag to avoid warning
This commit is contained in:
Braydon Fuller 2015-01-20 11:30:33 -05:00
commit 769e482744

View File

@ -552,7 +552,7 @@ function Block(block) {
/**
* @type {Block}
* The
* @desc The block received
*/
this.block = block;
}