[the-board] [things] Small coding style fix in SoundThing



commit 4fca18ac8a01fe5811c111efdd7c5e880e17c784
Author: Lucas Rocha <lucasr gnome org>
Date:   Thu Jan 13 01:23:10 2011 +0000

    [things] Small coding style fix in SoundThing

 src/js/ui/things/sound.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/ui/things/sound.js b/src/js/ui/things/sound.js
index d5cb8a5..752d1a6 100644
--- a/src/js/ui/things/sound.js
+++ b/src/js/ui/things/sound.js
@@ -31,7 +31,7 @@ const _CASSETE_IMAGE = Path.THINGS_DATA_DIR + "sound/cassete.png";
 
 const _SHOW_BUTTON_BOX_TIME = 0.5;
 
-const _CAPTION_BOX_STYLE_NORMAL    = "sound-thing-caption-box";
+const _CAPTION_BOX_STYLE_NORMAL = "sound-thing-caption-box";
 const _CAPTION_BOX_STYLE_RECORDING = "sound-thing-caption-box-recording";
 
 function SoundThing(args) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]