Fixed lingering code inspection issues

This commit is contained in:
Jeff Parsons 2015-11-09 08:22:08 -08:00
commit 55c3236380
18 changed files with 45 additions and 43 deletions

View file

@ -949,7 +949,7 @@ Bus.prototype.setLongDirect = function(addr, l)
*
* @this {Bus}
* @param {Object} obj
* @param {BackTrack} bto
* @param {BackTrack|null} bto
* @param {number} off (the offset within obj that this wrapper object is relative to)
* @return {BackTrack|null}
*/