Skip to content

Conversation

@satlxq
Copy link
Contributor

@satlxq satlxq commented Dec 26, 2016

需要同时兼容http、https时,_$absolute方法存在判断错误,增加了处理

_anchor = document.createElement('a');
var _isAbsolute = function(_uri){
return (_uri||'').indexOf('://')>0;
var _isAbsolute = function(_uri){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉空格

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants