gnome-shell r96 - trunk/js/ui



Author: walters
Date: Mon Dec  1 17:19:58 2008
New Revision: 96
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=96&view=rev

Log:
Fix indent of first member

Modified:
   trunk/js/ui/panel.js

Modified: trunk/js/ui/panel.js
==============================================================================
--- trunk/js/ui/panel.js	(original)
+++ trunk/js/ui/panel.js	Mon Dec  1 17:19:58 2008
@@ -21,7 +21,7 @@
 }
 
 Panel.prototype = {
-        _init : function() {
+_init : function() {
     let global = Shell.Global.get();
 
     this._group = new Clutter.Group();



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