OSDN Git Service

f9e850fd8eb254718ea3c856dfc459d3a35065f3
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / var / ObjectFunctionString.js
1 define( [
2         "./fnToString"
3 ], function( fnToString ) {
4         "use strict";
5
6         return fnToString.call( Object );
7 } );