Merge "add web portal framework for TestAPI"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / jquery / src / traversing / var / rneedsContext.js
1 define( [
2         "../../core",
3         "../../selector"
4 ], function( jQuery ) {
5         "use strict";
6
7         return jQuery.expr.match.needsContext;
8 } );