r1078 - trunk/ui

r1078 - trunk/ui

Author: rdworth
Date: Wed Dec 10 05:27:05 2008
New Revision: 1078
Modified:
trunk/ui/ui.core.js
Log:
Removed names from ui.core.js as all contribution credit is given in
AUTHORS.txt and http://ui.jquery.com/about
Modified: trunk/ui/ui.core.js
==============================================================================
--- trunk/ui/ui.core.js    (original)
+++ trunk/ui/ui.core.js    Wed Dec 10 05:27:05 2008
@@ -247,7 +247,6 @@
// $.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] || [];