Skip to content

Commit

Permalink
Fixed duplicate var.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 19, 2015
1 parent b09d2c5 commit 042a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transforms/autoprefixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function loadAndInstantiateAutoprefixer(browsers, errorMessageIfUnavailable) {
}

module.exports = function (browsers) {
return function autoprefixer(assetGraph) {
return function autoprefixer_(assetGraph) {
var cssAssets = assetGraph.findAssets({type: 'Css'});

if (cssAssets.length > 0) {
Expand Down

0 comments on commit 042a1ab

Please sign in to comment.