Changeset 2563 for trunk/phpgwapi


Ignore:
Timestamp:
04/16/10 13:19:40 (14 years ago)
Author:
amuller
Message:

Ticket #1036 - Colocando semicolons nos finais das atribuições

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/dftree/dftree.js

    r2547 r2563  
    276276        var plusEventHandler = function(){ 
    277277                _this.changeState(); 
    278         } 
     278        }; 
    279279 
    280280        var captionEventHandler = function(){ 
    281281                eval(captionOnClickEvent); 
    282         } 
     282        }; 
    283283 
    284284/*      if (this.myTree.followCookies) 
Note: See TracChangeset for help on using the changeset viewer.