Remove unused variable
This commit is contained in:
parent
f4ea46a5b3
commit
e3b258324b
2 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue