summaryrefslogtreecommitdiff
path: root/byob.js
diff options
context:
space:
mode:
authorNathan Dinsmore <queryselector@gmail.com>2013-04-08 21:49:31 -0400
committerNathan Dinsmore <queryselector@gmail.com>2013-04-08 21:49:31 -0400
commit4c9fee58ee2da2191c589a3b4fd5c601d281eea0 (patch)
tree77cf7f89a629104fb232f0fc7c24d3ecc76a5490 /byob.js
parent70f5eced79a1a781518d50a7751132ed286b7845 (diff)
downloadsnap-4c9fee58ee2da2191c589a3b4fd5c601d281eea0.tar.gz
snap-4c9fee58ee2da2191c589a3b4fd5c601d281eea0.zip
Fixed a number of whitespace inconsistencies
Diffstat (limited to 'byob.js')
-rw-r--r--byob.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/byob.js b/byob.js
index 2999dbd..d147ced 100644
--- a/byob.js
+++ b/byob.js
@@ -11,7 +11,7 @@
Copyright (C) 2013 by Jens Mšnig
- This file is part of Snap!.
+ This file is part of Snap!.
Snap! is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
@@ -57,7 +57,7 @@
ReporterBlockMorph***
CustomReporterBlockMorph
JaggedBlockMorph
-
+
StringMorph*
BlockLabelFragmentMorph
@@ -90,7 +90,7 @@
VariableDialogMorph
BlockExportDialogMorph
BlockImportDialogMorph
-
+
*/
/*global modules, CommandBlockMorph, SpriteMorph, TemplateSlotMorph,
@@ -418,7 +418,7 @@ CustomCommandBlockMorph.prototype.refreshPrototype = function () {
protoSpec = this.specFromFragments();
- // update the prototype's type
+ // update the prototype's type
// and possibly exchange 'this' for 'myself'
if (this instanceof CustomCommandBlockMorph
&& ((hat.type === 'reporter') || (hat.type === 'predicate'))) {
@@ -1302,7 +1302,7 @@ BlockDialogMorph.prototype.fixLayout = function () {
+ this.padding
);
}
- } else if (this.head) { // when changing an existing prototype
+ } else if (this.head) { // when changing an existing prototype
if (this.types) {
this.types.fixLayout();
this.silentSetWidth(
@@ -2125,7 +2125,7 @@ InputSlotDialogMorph.uber = DialogBoxMorph.prototype;
// InputSlotDialogMorph preferences settings:
-// if "isLaunchingExpanded" is true I always open in the long form
+// if "isLaunchingExpanded" is true I always open in the long form
InputSlotDialogMorph.prototype.isLaunchingExpanded = false;
// InputSlotDialogMorph instance creation:
@@ -2486,13 +2486,13 @@ InputSlotDialogMorph.prototype.addSlotTypeButton = function (
its right.
Note that you can make the slot picture interactive (turn
it into a ToggleElementMorph by changing the
-
+
element.fullImage()
-
+
line to just
-
+
element
-
+
I've opted for the simpler representation because it reduces
the duration of time it takes for the InputSlotDialog to load
and show. But in the future computers and browsers may be