Skip to content

Commit e8871c2

Browse files
authored
fix broken search, forgot the comma there
1 parent 4ef3946 commit e8871c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
title: 'JavaScript > Auto Init',
179179
tags: 'auto init javascript js',
180180
body: 'Auto Init allows you to initialize all of the Materialize Components with a single function call. It is important to note that you cannot pass in options using this method.'
181-
}{
181+
}, {
182182
href: 'carousel.html',
183183
title: 'JavaScript > Carousel',
184184
tags: 'carousel javascript js',

0 commit comments

Comments
 (0)