Merge "prototypes: xci: user-vars: Move root directory away from /opt"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / jquery / src / var / ObjectFunctionString.js
1 define( [
2         "./fnToString"
3 ], function( fnToString ) {
4         "use strict";
5
6         return fnToString.call( Object );
7 } );