Skip to content

Commit

Permalink
Merge pull request CocoonIO#2 from tiamistiam/patch-1
Browse files Browse the repository at this point in the history
Fixed two condition typos
  • Loading branch information
LibelulaV committed Jul 20, 2015
2 parents 1ca5a62 + a014700 commit d13ed00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/social/cocoon-gpg/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ cr.plugins_.ATPGooglePlayGames = function(runtime) {
/**
* Conditions
*/
Cnds.prototype.onGPGGPGGPGLoginSuccess = function() {
Cnds.prototype.onGPGLoginSuccess = function() {
return true;
};
Cnds.prototype.onGPGGPGLoginFail = function() {
Cnds.prototype.onGPGLoginFail = function() {
return true;
};
Cnds.prototype.onGPGLogoutSuccess = function() {
Expand Down

0 comments on commit d13ed00

Please sign in to comment.