diff options
Diffstat (limited to 'js/codeq')
-rw-r--r-- | js/codeq/hint.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/codeq/hint.js b/js/codeq/hint.js index 3df4cb2..05b9d2a 100644 --- a/js/codeq/hint.js +++ b/js/codeq/hint.js @@ -52,7 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ popoverHintCleaners[i](); } popoverHintCleaners.length = 0; - hintCounter = 0; }, addMark = function (start, end, style) { |