clang-format core/keyboard_nav/marker.js

This commit is contained in:
kozbial
2021-07-22 10:34:44 -07:00
committed by Monica Kozbial
parent 50f7293f2d
commit 1a83b75846

View File

@@ -38,7 +38,8 @@ const Marker = function() {
this.curNode_ = null;
/**
* The object in charge of drawing the visual representation of the current node.
* The object in charge of drawing the visual representation of the current
* node.
* @type {MarkerSvg}
* @private
*/