Home
last modified time | relevance | path

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

/template/ospyramid/js/libs/
H A Djquery-1.6.1.js2497 rnamespaces = /\.(.*)$/, variable
3545 match = rnamespaces.exec( type );
3550 type = type.replace( rnamespaces, "" );
3607 if ( handleObj.origType.replace( rnamespaces, "" ) === event.type ) {