Core: fixed broken UTF-8 characters.

This commit is contained in:
Scott González 2008-06-04 22:07:56 +00:00
parent 2b1bd34cef
commit 6de42c648d

View File

@ -77,7 +77,7 @@ $.fn.remove = function() {
// $.widget is a factory to create jQuery plugins // $.widget is a factory to create jQuery plugins
// taking some boilerplate code out of the plugin code // taking some boilerplate code out of the plugin code
// created by Scott Gonz<EFBFBD>lez and J<>rn Zaefferer // created by Scott González and Jörn Zaefferer
function getter(namespace, plugin, method) { function getter(namespace, plugin, method) {
var methods = $[namespace][plugin].getter || []; var methods = $[namespace][plugin].getter || [];
methods = (typeof methods == "string" ? methods.split(/,?\s+/) : methods); methods = (typeof methods == "string" ? methods.split(/,?\s+/) : methods);