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

Commit

Permalink
Prep new release
Browse files Browse the repository at this point in the history
- Style tweak
- Minified file
- Bump version
  • Loading branch information
rdebeasi committed Oct 6, 2016
1 parent 40e8282 commit 0d75486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexmenu",
"version": "1.4.1",
"version": "1.4.2",
"homepage": "https://github.com/352Media/flexMenu",
"authors": [
"Ryan DeBeasi <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions flexmenu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery.flexMenu 1.4
/* jQuery.flexMenu 1.4.2
https://github.com/352Media/flexMenu
Description: If a list is too long for all items to fit on one line, display a popup menu instead.
Dependencies: jQuery, Modernizr (optional). Without Modernizr, the menu can only be shown on click (not hover). */
Expand Down Expand Up @@ -100,7 +100,7 @@
}
if (!keepLooking) {
break;
}else{
} else {
$lastChild.appendTo($popup);
}
}
Expand Down
4 changes: 2 additions & 2 deletions flexmenu.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d75486

Please sign in to comment.