Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
fix lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
peremenov committed Apr 22, 2016
1 parent 3f857ce commit 776f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seize.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var url = require('url'),
extend = require('lodash/extend'),
sort = require('lodash/sortby');
sort = require('lodash/sortBy');

var removeElementsList = 'style,script,form,object,embed,link,form,button,input,label';
var removeAttributesRe = /^on|^id$|^class|^data-|^style/;
Expand Down

0 comments on commit 776f5a8

Please sign in to comment.