aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.core.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r--ui/ui.core.js1
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] || [];