mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
remove some cruft
svn path=/trunk/; revision=73
This commit is contained in:
parent
dbf984a888
commit
f5091e92e4
1 changed files with 3 additions and 3 deletions
|
|
@ -6,12 +6,12 @@ const Shell = imports.gi.Shell;
|
|||
|
||||
const Main = imports.ui.main;
|
||||
|
||||
function WindowManager(shellwm) {
|
||||
this._init(shellwm);
|
||||
function WindowManager() {
|
||||
this._init();
|
||||
}
|
||||
|
||||
WindowManager.prototype = {
|
||||
_init : function(shellwm) {
|
||||
_init : function() {
|
||||
let global = Shell.global_get();
|
||||
let shellwm = global.window_manager;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue