Ticket #1643: 1643.patch

File 1643.patch, 2.0 kB (added by alfonsoml, 7 months ago)

fix for several of the warnings

  • _source/classes/fckcontextmenu.js

     
    156156                        return false ; 
    157157                } 
    158158        } 
     159        return true ; 
    159160} 
    160161 
    161162function FCKContextMenu_AttachedElement_OnContextMenu( ev, fckContextMenu, el ) 
  • _source/classes/fckdomrange.js

     
    9999                        this._UpdateElementInfo() ; 
    100100                        return docFrag ; 
    101101                } 
     102                return null ; 
    102103        }, 
    103104 
    104105        CheckIsCollapsed : function() 
    105106        { 
    106107                if ( this._Range ) 
    107108                        return this._Range.collapsed ; 
     109 
     110                return false ; 
    108111        }, 
    109112 
    110113        Collapse : function( toStart ) 
  • _source/classes/fcktoolbarspecialcombo.js

     
    3232{ 
    3333        this.SourceView                 = false ; 
    3434        this.ContextSensitive   = true ; 
     35        this.FieldWidth = null ; 
     36        this.PanelWidth = null ; 
     37        this.PanelMaxHeight = null ; 
    3538        //this._LastValue                       = null ; 
    3639} 
    3740 
  • dtd/fck_xhtml10strict.js

     
    2323 */ 
    2424FCK.DTD = (function() 
    2525{ 
    26     X = FCKTools.Merge ; 
     26    var X = FCKTools.Merge ; 
    2727 
    2828    var H,I,J,K,C,L,M,A,B,D,E,G,N,F ; 
    2929    A = {ins:1, del:1, script:1} ; 
  • dtd/fck_xhtml10transitional.js

     
    2323 */ 
    2424FCK.DTD = (function() 
    2525{ 
    26     X = FCKTools.Merge ; 
     26    var X = FCKTools.Merge ; 
    2727 
    2828    var A,L,J,M,N,O,D,H,P,K,Q,F,G,C,B,E,I ; 
    2929    A = {isindex:1, fieldset:1} ;