Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsa committed Apr 10, 2015
1 parent af32bf0 commit 7d3540f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/controllers.js
Expand Up @@ -665,8 +665,8 @@ function ProjectController($scope, $browser, $http, $routeParams, $window, $sce,
'zipUrl' : $scope.url_of('zip', {filename: filename}),
'accessKey' : $scope.project.access_key
};
// When the cloud playground is iFramed, the project access key is given
// unconditionally to the parent frame.
// When the cloud playground is iFramed, the project access key is given
// unconditionally to the parent frame.
parent.postMessage(postedData, '*');
}
return true;
Expand Down

0 comments on commit 7d3540f

Please sign in to comment.