diff --git a/underscore.js b/underscore.js index 84713e688..ab2f75f36 100644 --- a/underscore.js +++ b/underscore.js @@ -1608,7 +1608,7 @@ _.prototype.valueOf = _.prototype.toJSON = _.prototype.value; _.prototype.toString = function() { - return '' + this._wrapped; + return String(this._wrapped); }; // AMD registration happens at the end for compatibility with AMD loaders