mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-12-07 06:14:24 +00:00
Core: fixed broken UTF-8 characters.
This commit is contained in:
parent
2b1bd34cef
commit
6de42c648d
@ -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<EFBFBD>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);
|
||||
|
Loading…
Reference in New Issue
Block a user