Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 30, 2016
1 parent 7070a56 commit 636d4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function Request (crawler) {
}

function load (html, url) {
html = html || '';
html = html || ''
var $ = html.html ? html : cheerio.load(html)
if (url) $ = absolutes(url, $)
return $
Expand Down

0 comments on commit 636d4f0

Please sign in to comment.