Bump to v4.8.0.

This commit is contained in:
John-David Dalton
2016-04-01 23:29:18 -07:00
parent ce0b51888c
commit 723c02dbfa
63 changed files with 222 additions and 149 deletions

View File

@@ -8,7 +8,8 @@ var stringTag = '[object String]';
var objectProto = Object.prototype;
/**
* Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)
* Used to resolve the
* [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)
* of values.
*/
var objectToString = objectProto.toString;