From: Scott González Date: Wed, 4 Jun 2008 22:07:56 +0000 (+0000) Subject: Core: fixed broken UTF-8 characters. X-Git-Tag: 1.5.1~212 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6de42c648d6500aa977e1d6f591c39867eaacaab;p=jquery-ui.git Core: fixed broken UTF-8 characters. --- 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);