Ignore:
Timestamp:
02/11/10 15:19:58 (14 years ago)
Author:
amuller
Message:

Ticket #490 - Unificação do ExpressoAjax?, ao invés do ajax do EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/local_messages.js

    r1982 r2005  
    119119 
    120120        local_messages.prototype.create_objects = function() { 
    121                 if(this.dbGears == null) 
    122                         this.dbGears = google.gears.factory.create('beta.database'); 
    123                 if(this.localServer == null) 
    124                         this.localServer = google.gears.factory.create('beta.localserver'); 
    125                 if(this.store == null) 
    126                         this.store = this.localServer.createStore('test-store'); 
     121                try { 
     122                        if(this.dbGears == null) 
     123                                this.dbGears = google.gears.factory.create('beta.database'); 
     124                        if(this.localServer == null) 
     125                                this.localServer = google.gears.factory.create('beta.localserver'); 
     126                        if(this.store == null) 
     127                                this.store = this.localServer.createStore('test-store'); 
     128                } 
     129                catch(e){} 
    127130        } 
    128131 
Note: See TracChangeset for help on using the changeset viewer.