[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kupu-checkins
Subject:    [kupu-checkins] r5824 - kupu/trunk/tools/flexitools
From:       guido () codespeak ! net
Date:       2004-07-30 13:59:09
Message-ID: 20040730135909.2FF235A4ED () thoth ! codespeak ! net
[Download RAW message or body]

Author: guido
Date: Fri Jul 30 15:59:08 2004
New Revision: 5824

Modified:
   kupu/trunk/tools/flexitools/flexitools.js
Log:
Removed some unused variables.


Modified: kupu/trunk/tools/flexitools/flexitools.js
==============================================================================
--- kupu/trunk/tools/flexitools/flexitools.js	(original)
+++ kupu/trunk/tools/flexitools/flexitools.js	Fri Jul 30 15:59:08 2004
@@ -15,16 +15,15 @@
  *****************************************************************************/
 
 
-function fxWritable(iframe) {
+function fxWritable() {
+    """Tool to make only certain parts of the iframe editable"""
     
-    this.editable = false;
     this.fxWritable_status = false;
     this.fxWritable_MOZ_WARN = false;    
     
     this.initialize = function(editor) {
         /* initialize the tool */
         var doc = editor.getInnerDocument();
-        this.editable = false;
      
         /* set event onKeyPress, onKeyDown */
         addEventHandler(doc, 'keydown', this.checkWrite, this);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic