X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=inline;f=resources%2Flib%2Fjquery.ui%2Fjquery.ui.widget.js;h=4d84afcf390c65a35a53b6b0b765f61840078f40;hb=f7e1770fb832aa77bf4e16ce8cc815f2b24dd10d;hp=067476d9796279eb5c7db8958b49780e4ba47ceb;hpb=2a18dbc731aeeb061a1edcbbc411d1e255b41db4;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/jquery.ui/jquery.ui.widget.js b/resources/lib/jquery.ui/jquery.ui.widget.js index 067476d979..4d84afcf39 100644 --- a/resources/lib/jquery.ui/jquery.ui.widget.js +++ b/resources/lib/jquery.ui/jquery.ui.widget.js @@ -36,7 +36,7 @@ $.widget = function( name, base, prototype ) { } // create selector for plugin - $.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) { + $.expr.pseudos[ fullName.toLowerCase() ] = function( elem ) { return !!$.data( elem, fullName ); };