gnome-shell r73 - trunk/js/ui



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]