UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

10 lines 322 B
'use strict'; // 19.1.3.6 Object.prototype.toString() var classof = require('./$.classof') , test = {}; test[require('./$.wks')('toStringTag')] = 'z'; if(test + '' != '[object z]'){ require('./$.redefine')(Object.prototype, 'toString', function toString(){ return '[object ' + classof(this) + ']'; }, true); }