fnToString.js 92 B

1234567
  1. define( [
  2. "./hasOwn"
  3. ], function( hasOwn ) {
  4. "use strict";
  5. return hasOwn.toString;
  6. } );