Bump to v3.0.8.

This commit is contained in:
jdalton
2015-05-19 07:27:29 -07:00
committed by John-David Dalton
parent a0c2bf6074
commit ad40188e5b
19 changed files with 74 additions and 103 deletions

View File

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