You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dropdown docs, there is a missing comma in the jQuery Plugin Initialization code. Currently, it says
$('.dropdown-button').dropdown({
inDuration: 300,
outDuration: 225,
constrain_width: false, // Does not change width of dropdown to that of the activator
hover: false // Activate on click
alignment: 'left', // Aligns dropdown to left or right edge (works with constrain_width)
gutter: 0, // Spacing from edge
}
);
On line five, there should be a comma directly after hover: false.
The text was updated successfully, but these errors were encountered:
In the dropdown docs, there is a missing comma in the jQuery Plugin Initialization code. Currently, it says
On line five, there should be a comma directly after
hover: false
.The text was updated successfully, but these errors were encountered: