File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 160160 // used for special search precedence
161161 var TY_PRIMITIVE = itemTypes . indexOf ( "primitive" ) ;
162162 var TY_KEYWORD = itemTypes . indexOf ( "keyword" ) ;
163- var TY_MACRO = itemTypes . indexOf ( "macro" ) ;
164163
165164 onEach ( document . getElementsByClassName ( 'js-only' ) , function ( e ) {
166165 removeClass ( e , 'js-only' ) ;
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ function main(argv) {
233233
234234 var arraysToLoad = [ "itemTypes" ] ;
235235 var variablesToLoad = [ "MAX_LEV_DISTANCE" , "MAX_RESULTS" ,
236- "TY_PRIMITIVE" , "TY_KEYWORD" , "TY_MACRO" ,
236+ "TY_PRIMITIVE" , "TY_KEYWORD" ,
237237 "levenshtein_row2" ] ;
238238 // execQuery first parameter is built in getQuery (which takes in the search input).
239239 // execQuery last parameter is built in buildIndex.
You can’t perform that action at this time.
0 commit comments