aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source')
-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);