diff options
author | Felix Nagel <info@felixnagel.com> | 2010-12-23 00:40:29 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2010-12-23 00:40:29 +0100 |
commit | 914aad415519be9791b7752b47d760bcef3691ae (patch) | |
tree | b159b48cb863effb47573403a476e04f41a84c31 | |
parent | e552eade16bc3fc9dbb02f2861300cbdb4493fcc (diff) | |
download | jquery-ui-914aad415519be9791b7752b47d760bcef3691ae.tar.gz jquery-ui-914aad415519be9791b7752b47d760bcef3691ae.zip |
added: link to wiki in js file
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index f89d0799c..db4a1b865 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -6,6 +6,7 @@ * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI + * https://github.com/fnagel/jquery-ui/wiki/Selectmenu */ (function($) { |