envjs / env-js

A pure-JavaScript browser environment.
http://www.envjs.com/
87 stars 19 forks source link

HTMLAnchorTag doesn't support URLUtils.pathname #33

Open joescii opened 10 years ago

joescii commented 10 years ago

The implementation of HTMLAnchorTag doesn't support URLUtils.pathname.

I discovered this issue while attempting to utilize sbt-jasmine-plugin to unit test an angular.js application. I have tracked down this issue with env.js as the cause of this issue I reported. I also opened this Stackoverflow question.

I intend to implement it per this documentation.