URI icon indicating copy to clipboard operation
URI copied to clipboard

Minor fixes

Open wvh opened this issue 8 years ago • 0 comments

Hello,

I fixed 2 problems, or they were at least in my environment.

  • My javascript engines don't seem to allow overriding String.length, so I added a call to toString().
  • Don't return literal null string for an empty scheme.

Tests pass again after these minor fixes.

Would you like to check if you are interested in applying them?

wvh avatar Oct 03 '17 09:10 wvh