mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 05:58:18 -05:00
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:
@@ -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] || [];
|
||||
|
||||
Reference in New Issue
Block a user