File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 160
160
// used for special search precedence
161
161
var TY_PRIMITIVE = itemTypes . indexOf ( "primitive" ) ;
162
162
var TY_KEYWORD = itemTypes . indexOf ( "keyword" ) ;
163
- var TY_MACRO = itemTypes . indexOf ( "macro" ) ;
164
163
165
164
onEach ( document . getElementsByClassName ( 'js-only' ) , function ( e ) {
166
165
removeClass ( e , 'js-only' ) ;
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ function main(argv) {
233
233
234
234
var arraysToLoad = [ "itemTypes" ] ;
235
235
var variablesToLoad = [ "MAX_LEV_DISTANCE" , "MAX_RESULTS" ,
236
- "TY_PRIMITIVE" , "TY_KEYWORD" , "TY_MACRO" ,
236
+ "TY_PRIMITIVE" , "TY_KEYWORD" ,
237
237
"levenshtein_row2" ] ;
238
238
// execQuery first parameter is built in getQuery (which takes in the search input).
239
239
// execQuery last parameter is built in buildIndex.
You can’t perform that action at this time.
0 commit comments