Add @desc tag to avoid warning

This commit is contained in:
Esteban Ordano 2015-01-20 13:01:29 -03:00
parent 4283cc364a
commit 4f9c174feb

View File

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