diff options
| author | jmoenig <jens@moenig.org> | 2015-06-25 16:35:00 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2015-06-25 16:35:00 +0200 |
| commit | de82d373be95a568279f318877760bf7ae11a7e4 (patch) | |
| tree | 9bca4a2ae039c8bae32bda98053957c0b888e338 | |
| parent | 253d800b42c6f5ecb78fd35d6cd4d4fd3a19e7c8 (diff) | |
| download | snap-de82d373be95a568279f318877760bf7ae11a7e4.tar.gz snap-de82d373be95a568279f318877760bf7ae11a7e4.zip | |
add indentation
again to please old.jslint.com :-)
| -rw-r--r-- | gui.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5040,9 +5040,9 @@ ProjectDialogMorph.prototype.shareProject = function () { if (proj.ProjectName === ide.projectName) { var usr = SnapCloud.username, projectId = 'Username=' + - encodeURIComponent(usr.toLowerCase()) + - '&ProjectName=' + - encodeURIComponent(proj.projectName); + encodeURIComponent(usr.toLowerCase()) + + '&ProjectName=' + + encodeURIComponent(proj.projectName); location.hash = projectId; } }, |
