gnome-shell r73 - trunk/js/ui
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r73 - trunk/js/ui
- Date: Fri, 21 Nov 2008 15:10:11 +0000 (UTC)
Author: danw
Date: Fri Nov 21 15:10:11 2008
New Revision: 73
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=73&view=rev
Log:
remove some cruft
Modified:
trunk/js/ui/windowmanager.js
Modified: trunk/js/ui/windowmanager.js
==============================================================================
--- trunk/js/ui/windowmanager.js (original)
+++ trunk/js/ui/windowmanager.js Fri Nov 21 15:10:11 2008
@@ -6,12 +6,12 @@
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]