Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Commit a491101

Browse files
committed
fix bug
1 parent a086d94 commit a491101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function(url, options){
5656
result.pageTitle = $('head > title').text();
5757

5858
$('[rel=stylesheet]').each(function() {
59-
var link= $(link).attr('href');
59+
var link = $(this).attr('href');
6060
if(isPresent(link)) {
6161
result.links.push(createLink(link, url));
6262
}else{

0 commit comments

Comments
 (0)