diff --git a/javascript/atoms/keyboard.js b/javascript/atoms/keyboard.js index 84598eabb497e..8de6ac398eef5 100644 --- a/javascript/atoms/keyboard.js +++ b/javascript/atoms/keyboard.js @@ -810,10 +810,10 @@ bot.Keyboard.prototype.updateOnHomeOrEnd_ = function(key) { * element. * @see https://code.google.com/p/chromium/issues/detail?id=330456 * @private + * @suppress {uselessCode} */ bot.Keyboard.checkCanUpdateSelection_ = function(element) { try { - /** @suppress {suspiciousCode} */ element.selectionStart; } catch (ex) { // The native error message is actually pretty informative, just add a