From 295d1412f231d68c2669e61bfb7a1e1103b3b5ed Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 13 Sep 2014 13:44:12 +0200 Subject: attempt to fix another merge error --- github.js | 1 + 1 file changed, 1 insertion(+) (limited to 'github.js') diff --git a/github.js b/github.js index f10878f..5294037 100644 --- a/github.js +++ b/github.js @@ -135,6 +135,7 @@ GitHubBackend.prototype.saveProject = function (commitMessage, parentCommitSha, var pdata, media; var repoName = ide.projectName.replace(/[^\w-]/g, ''); // TODO validation of project name + ide.stage.fireStopAllEvent(); ide.serializer.isCollectingMedia = true; pdata = ide.serializer.serialize(ide.stage); media = ide.hasChangedMedia ? -- cgit v1.3.1