From 6de42c648d6500aa977e1d6f591c39867eaacaab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 4 Jun 2008 22:07:56 +0000 Subject: [PATCH] Core: fixed broken UTF-8 characters. --- ui/source/ui.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/source/ui.core.js b/ui/source/ui.core.js index aff49eeda..7b96ced5a 100644 --- a/ui/source/ui.core.js +++ b/ui/source/ui.core.js @@ -77,7 +77,7 @@ $.fn.remove = function() { // $.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 +// created by Scott González and Jörn Zaefferer function getter(namespace, plugin, method) { var methods = $[namespace][plugin].getter || []; methods = (typeof methods == "string" ? methods.split(/,?\s+/) : methods); -- 2.39.5