Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 3b1dd70

Browse files
committed
Finish integrating #20.
- Bump version number. - Update minified version. - Tweak readme.
1 parent 6dacbb9 commit 3b1dd70

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#flexMenu 1.2
1+
#flexMenu 1.3
22
flexMenu is a jQuery plugin that lets you create responsive menus that automatically collapse into a "more" drop-down when they run out of space. When there's only space to display one or two items, all the items collapse into a "menu" drop-down.
33

44
[Demo](http://352media.github.com/flexMenu/)
@@ -83,7 +83,7 @@ Should we absolutely position the popup? Usually this is a good idea. That way,
8383

8484
###popupClass
8585
(string, defaults to '')
86-
If this is set, this class will be added to the popup
86+
If this is set, this class will be added to the `flexMenu-popup` element.
8787

8888
##License
8989

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Multiple Menus</h2>
8585
</div>
8686

8787
<div class="footer">
88-
<p>A <a href="http://www.352media.com/">352 Media Group</a> shindig. Coded with love in Atlanta by <a href="http://www.ryandebeasi.com/">Ryan DeBeasi</a>.
88+
<p>A <a href="http://www.352media.com/">352 Inc.</a> shindig. Coded with love in Atlanta by <a href="http://www.ryandebeasi.com/">Ryan DeBeasi</a>.
8989
</p>
9090
</div>
9191

flexmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery.flexMenu 1.2
1+
/* jQuery.flexMenu 1.3
22
https://github.com/352Media/flexMenu
33
Description: If a list is too long for all items to fit on one line, display a popup menu instead.
44
Dependencies: jQuery, Modernizr (optional). Without Modernizr, the menu can only be shown on click (not hover). */

flexmenu.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)