7 lines
140 B
CoffeeScript
7 lines
140 B
CoffeeScript
|
class @SearchDropdowns
|
||
|
constructor: ->
|
||
|
$('.js-search-group-dropdown').glDropdown(
|
||
|
selectable: true
|
||
|
filterable: true
|
||
|
)
|