Removed names from ui.core.js as all contribution credit is given in AUTHORS.txt and http://ui.jquery.com/about

This commit is contained in:
Richard Worth 2008-12-10 13:27:05 +00:00
parent 3db93ce80f
commit 3d627f0ea9

View File

@ -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] || [];