ObjectFunctionString.js 110 Bytes
Newer Older
adamrusly's avatar
adamrusly committed
1 2 3 4 5 6 7
define( [
	"./fnToString"
], function( fnToString ) {
	"use strict";

	return fnToString.call( Object );
} );