remove some cruft

svn path=/trunk/; revision=73
This commit is contained in:
Dan Winship 2008-11-21 15:10:11 +00:00
parent dbf984a888
commit f5091e92e4

View File

@ -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;