UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

10 lines (9 loc) 234 B
if (!String.prototype.trim) { (function() { // Make sure we trim BOM and NBSP var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; String.prototype.trim = function() { return this.replace(rtrim, ''); }; })(); }