Skip to content

Commit

Permalink
Remove unnecessary stripQuotes in url plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 12, 2013
1 parent aaec66d commit 51e41c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plugins/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = function(fn) {
return func({ url: url });

function url(path){
path = utils.stripQuotes(path);
return 'url("' + fn(path) + '")';
};
};

0 comments on commit 51e41c5

Please sign in to comment.