From 7d3540fff53f6d03e6fe0c330ef0f4ba24409882 Mon Sep 17 00:00:00 2001 From: Fred Sauer Date: Fri, 10 Apr 2015 14:15:26 -0700 Subject: [PATCH] whitespace --- app/js/controllers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/controllers.js b/app/js/controllers.js index a9d1c54..d171a7a 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -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;