diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-10 13:27:05 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-10 13:27:05 +0000 |
commit | 3d627f0ea9078dd69509d64367e48554bf7edcd5 (patch) | |
tree | 20b86fa33a8a2a1d5674e1ae3d304686b302eeae /ui/ui.core.js | |
parent | 3db93ce80f76ed345cb1188b8ec83b7c1858cf50 (diff) | |
download | jquery-ui-3d627f0ea9078dd69509d64367e48554bf7edcd5.tar.gz jquery-ui-3d627f0ea9078dd69509d64367e48554bf7edcd5.zip |
Removed names from ui.core.js as all contribution credit is given in AUTHORS.txt and http://ui.jquery.com/about
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r-- | ui/ui.core.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.core.js b/ui/ui.core.js index 16f12f962..84a7fcbae 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -247,7 +247,6 @@ $.extend($.expr[':'], { // $.widget is a factory to create jQuery plugins // taking some boilerplate code out of the plugin code -// created by Scott González and Jörn Zaefferer function getter(namespace, plugin, method, args) { function getMethods(type) { var methods = $[namespace][plugin][type] || []; |