aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-06-04 22:07:56 +0000
committerScott González <scott.gonzalez@gmail.com>2008-06-04 22:07:56 +0000
commit6de42c648d6500aa977e1d6f591c39867eaacaab (patch)
tree8ed886cfe1bc7451192b714405f5201fffe194ad
parent2b1bd34cef6a5e80555b5ff82acd8ddc25d6d3b3 (diff)
downloadjquery-ui-6de42c648d6500aa977e1d6f591c39867eaacaab.tar.gz
jquery-ui-6de42c648d6500aa977e1d6f591c39867eaacaab.zip
Core: fixed broken UTF-8 characters.
-rw-r--r--ui/source/ui.core.js2
1 files changed, 1 insertions, 1 deletions
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);