Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Jun 24, 2015
1 parent 5d4b85f commit 0f975c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/gecko-picture/pf.gecko-picture.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
timer = setTimeout(findPictureImgs, 99);
};
var mq = window.matchMedia && matchMedia("(orientation: landscape)");
var init = function(){
var init = function() {
onResize();

if (mq && mq.addListener) {
Expand Down

0 comments on commit 0f975c7

Please sign in to comment.