Skip to content

Commit

Permalink
Code style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Oct 7, 2014
1 parent f841674 commit 76017fd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/picturefill.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,9 @@
// http://picture.responsiveimages.org/#the-img-element
picImg.currentSrc = picImg.src;

var
style = picImg.style || {},
hasWebkitBackfaceVisibility = "webkitBackfaceVisibility" in style,
currentZoom = style.zoom;
var style = picImg.style || {},
hasWebkitBackfaceVisibility = "webkitBackfaceVisibility" in style,
currentZoom = style.zoom;

if (hasWebkitBackfaceVisibility) {
style.zoom = ".999";
Expand Down

0 comments on commit 76017fd

Please sign in to comment.