]> source.dussan.org Git - jquery-ui.git/commitdiff
Core: fixed broken UTF-8 characters.
authorScott González <scott.gonzalez@gmail.com>
Wed, 4 Jun 2008 22:07:56 +0000 (22:07 +0000)
committerScott González <scott.gonzalez@gmail.com>
Wed, 4 Jun 2008 22:07:56 +0000 (22:07 +0000)
ui/source/ui.core.js

index aff49eedaa422a12e567a7dbcb5214923329a80f..7b96ced5a19dda9a3ee13ff16e87f3015575739d 100644 (file)
@@ -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);