sort imports consistently; everything-but-our-javascript, alphabetically,

then a blank line, then all of our javascript, alphabetically

svn path=/trunk/; revision=176
This commit is contained in:
Dan Winship
2009-02-02 23:02:16 +00:00
parent 18503ed28f
commit 87a3088719
8 changed files with 26 additions and 28 deletions

View File

@ -1,10 +1,10 @@
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
const Big = imports.gi.Big;
const Clutter = imports.gi.Clutter;
const Mainloop = imports.mainloop;
const Meta = imports.gi.Meta;
const Shell = imports.gi.Shell;
const Big = imports.gi.Big;
const Button = imports.ui.button;
const Main = imports.ui.main;