Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing comma in docs #541

Closed
matankb opened this issue Jan 27, 2015 · 2 comments
Closed

Missing comma in docs #541

matankb opened this issue Jan 27, 2015 · 2 comments

Comments

@matankb
Copy link

matankb commented Jan 27, 2015

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.

@hzlmn
Copy link
Contributor

hzlmn commented Jan 27, 2015

gutter: 0, // Spacing from edge
And should not be here.

@acburst
Copy link
Collaborator

acburst commented Jan 27, 2015

Ahh thanks for catching that.

Fixed in acfb5d3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants