Skip to content

Commit

Permalink
Fixed parameter name for getting the image size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imanol Martin committed Aug 11, 2015
1 parent 9aa145d commit fb1bf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/social/cocoon-gpg/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ cr.plugins_.ATPGooglePlayGames = function(runtime) {

var imageSize;

switch (layout) {
switch (size) {
case 0: imageSize = "thumb"; break;
case 1: imageSize = "small"; break;
case 2: imageSize = "medium"; break;
Expand Down

0 comments on commit fb1bf44

Please sign in to comment.