Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Oct 21, 2015
1 parent f2d3d46 commit 641af45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/img/sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define(['Modernizr', 'createElement', 'addTest'], function(Modernizr, createElem
width2 = 'data:image/gif;base64,R0lGODlhAgABAPAAAP///wAAACH5BAAAAAAALAAAAAACAAEAAAICBAoAOw==';
width1 = 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==';

test = function(){
test = function() {
addTest('sizes', image.width == 2);
};

Expand Down

0 comments on commit 641af45

Please sign in to comment.