Add .eslintrc rule to check JSDoc syntax

And fix the broken syntax rules
This commit is contained in:
Tim Mickel 2016-06-08 16:57:08 -04:00
parent 8081ec3a16
commit 1f1a4941f3
7 changed files with 17 additions and 11 deletions
src/engine

View file

@ -83,6 +83,7 @@ Blocks.prototype.getOpcode = function (id) {
/**
* Block management: create blocks and stacks from a `create` event
* @param {!Object} block Blockly create event to be processed
* @param {boolean} opt_isFlyoutBlock Whether the block is in the flyout.
*/
Blocks.prototype.createBlock = function (block, opt_isFlyoutBlock) {
// Create new block