[the-board] [things] Move TheBoard import to correct alphabetical order



commit 01f38978a590cbdb9c7659e5bff29460bc055f3e
Author: Lucas Rocha <lucasr gnome org>
Date:   Wed Mar 30 01:17:02 2011 +0100

    [things] Move TheBoard import to correct alphabetical order

 src/js/ui/things/photo.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/ui/things/photo.js b/src/js/ui/things/photo.js
index 041e00a..a73acb5 100644
--- a/src/js/ui/things/photo.js
+++ b/src/js/ui/things/photo.js
@@ -5,12 +5,12 @@ const Mainloop = imports.mainloop;
 const Tweener = imports.tweener.tweener;
 
 // gi imports
-const TheBoard = imports.gi.TheBoard;
 const Clutter = imports.gi.Clutter;
 const GLib = imports.gi.GLib;
 const Gtk = imports.gi.Gtk;
 const Mx = imports.gi.Mx;
 const Pango = imports.gi.Pango;
+const TheBoard = imports.gi.TheBoard;
 
 // ui imports
 const Thing = imports.ui.thing;



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