We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6521e commit c9fd1f1Copy full SHA for c9fd1f1
.gitignore
@@ -153,3 +153,4 @@ docs
153
/ui/jquery.ui.datepicker.js
154
/ui/jquery.ui.dialog.js
155
/ui/jquery.ui.draggable.js
156
+/bower_components
bower.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "jquery-ui-selectmenu",
+ "name": "jquery-ui",
3
"description": "A fork of jQuery UI: legacy Selectmenu Widget by http://www.felixnagel.com",
4
"main": [
5
"ui/jquery.ui.selectmenu.js"
@@ -22,7 +22,7 @@
22
"selectmenu"
23
],
24
"authors": [
25
- { "name": "Felix Nagel", "email": "info@felixnagel.com" }
+ "Felix Nagel <info@felixnagel.com>"
26
27
"homepage": "https://github.com/fnagel/jquery-ui",
28
"repository": {
0 commit comments