1
Fork 0

Remove unused variable

This commit is contained in:
Guillaume Gomez 2018-06-25 21:47:44 +02:00
parent f4ea46a5b3
commit e3b258324b
2 changed files with 1 additions and 2 deletions

View file

@ -160,7 +160,6 @@
// used for special search precedence
var TY_PRIMITIVE = itemTypes.indexOf("primitive");
var TY_KEYWORD = itemTypes.indexOf("keyword");
var TY_MACRO = itemTypes.indexOf("macro");
onEach(document.getElementsByClassName('js-only'), function(e) {
removeClass(e, 'js-only');