gitlive.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 09:49:33 +0000 (17:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 09:49:33 +0000 (17:49 +0800)
gitlive.js

index 0ca9967..e34e26f 100644 (file)
@@ -16,14 +16,14 @@ GLib        = imports.gi.GLib;
 // we add this in, as it appears to get lost sometimes if we set it using the ENV. variable in builder.sh
 GI.IRepository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1');
 
-Gio      = imports.gi.Gio;
-Gtk      = imports.gi.Gtk;
-Notify = imports.gi.Notify;
+Gio         = imports.gi.Gio;
+Gtk         = imports.gi.Gtk;
+Notify      = imports.gi.Notify;
 
-Spawn = imports.Spawn;
-Git = imports.Git;
-StatusIcon = imports.StatusIcon.StatusIcon;
-Monitor = imports.Monitor.Monitor;
+Spawn       = imports.Spawn;
+Git         = imports.Git;
+StatusIcon  = imports.StatusIcon.StatusIcon;
+Monitor     = imports.Monitor.Monitor;
 
 
 //File = imports[__script_path__+'/../introspection-doc-generator/File.js'].File