Home
last modified time | relevance | path

Searched refs:rnamespaces (Results 1 – 1 of 1) sorted by relevance

/plugin/jquery/
H A Djquery-1.4.2.js1543 var rnamespaces = /\.(.*)$/, variable
2034 type = handleObj.origType.replace(rnamespaces, "");
2037 if ( type === this.origType.replace(rnamespaces, "") ) {
2488 match = rnamespaces.exec( type );
2493 type = type.replace( rnamespaces, "" );
2545 if ( handleObj.origType.replace( rnamespaces, "" ) === event.type ) {