diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-08-03 12:15:15 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-08-03 12:15:15 +0200 |
| commit | 51387ddfbc536c5ecc88658682f1894411f60631 (patch) | |
| tree | 0ad29b7e49e81d606a1b0eed45afc66c1b32a91d /blocks.js | |
| parent | b4ffac6cdab6f684396992a3e60ba03c9ad92e31 (diff) | |
| download | snap-51387ddfbc536c5ecc88658682f1894411f60631.tar.gz snap-51387ddfbc536c5ecc88658682f1894411f60631.zip | |
adjust indentation
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7714,7 +7714,7 @@ SymbolMorph.prototype.names = [ 'pointRight', 'gears', 'file', - 'mutedSounds', + 'mutedSounds', 'unmutedSounds', 'fullScreen', 'normalScreen', @@ -7840,9 +7840,9 @@ SymbolMorph.prototype.symbolCanvasColored = function (aColor) { return this.drawSymbolGears(canvas, aColor); case 'file': return this.drawSymbolFile(canvas, aColor); - case 'mutedSounds': + case 'mutedSounds': return this.drawSymbolMutedSounds(canvas, aColor); - case 'unmutedSounds': + case 'unmutedSounds': return this.drawSymbolUnmutedSounds(canvas, aColor); case 'fullScreen': return this.drawSymbolFullScreen(canvas, aColor); |
