remove some cruft
svn path=/trunk/; revision=73
This commit is contained in:
parent
dbf984a888
commit
f5091e92e4
@ -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…
Reference in New Issue
Block a user