mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
fix import ordering
svn path=/trunk/; revision=69
This commit is contained in:
parent
c928b64648
commit
06bde9cc98
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
/* -*- mode: js2; js2-basic-offset: 4; -*- */
|
||||
|
||||
const Mainloop = imports.mainloop;
|
||||
|
||||
const Clutter = imports.gi.Clutter;
|
||||
const Mainloop = imports.mainloop;
|
||||
const Meta = imports.gi.Meta;
|
||||
const Shell = imports.gi.Shell;
|
||||
const Tidy = imports.gi.Tidy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue