Ignore:
Timestamp:
02/02/12 15:18:40 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correção de bugs no expresso email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/calendar.codecs.js

    r5442 r5468  
    55                this.me = DataLayer.dispatch( "me" ); 
    66                 
    7                 var objTime = DataLayer.dispatch( "timezones" ); 
    8                 this.timezones = objTime.timezones; 
    9                 this.isDaylightSaving = objTime.isDaylightSaving; 
     7                 
     8                this.timezones = Timezone.timezones; 
     9                this.isDaylightSaving = Timezone.daylightSaving; 
    1010                this.load();       
    1111    }, 
Note: See TracChangeset for help on using the changeset viewer.