Skip to content

Commit

Permalink
Remove redundant export
Browse files Browse the repository at this point in the history
This line was added in prebid#1409, removing this then I'll merge
  • Loading branch information
matthewlane authored Aug 15, 2017
1 parent 2967409 commit 1d3ef09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ var getParameterByName = function (name) {

return decodeURIComponent(results[1].replace(/\+/g, ' '));
};
exports.getParameterByName = getParameterByName;

exports.getParameterByName = getParameterByName;

Expand Down

0 comments on commit 1d3ef09

Please sign in to comment.