Skip to content

Commit

Permalink
Update runtime.js
Browse files Browse the repository at this point in the history
Fixed typo in line 65 and 68
  • Loading branch information
DoubleSmith committed Aug 24, 2015
1 parent 5b6b39b commit 3bc3e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/social/cocoon-gc/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ cr.plugins_.ATPGameCenter = function(runtime) {
/**
* Conditions
*/
Cnds.prototype.onGCGCGCLoginSuccess = function() {
Cnds.prototype.onGCLoginSuccess = function() {
return true;
};
Cnds.prototype.onGCGCLoginFail = function() {
Cnds.prototype.onGCLoginFail = function() {
return true;
};
Cnds.prototype.onGCLogoutSuccess = function() {
Expand Down

0 comments on commit 3bc3e8b

Please sign in to comment.