tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

fnToString.js (92B)


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