Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/local_messages.js

    r1982 r3018  
    119119 
    120120        local_messages.prototype.create_objects = function() { 
    121                 if(this.dbGears == null) 
     121                if(window.google){ 
     122                if (this.dbGears == null) 
    122123                        this.dbGears = google.gears.factory.create('beta.database'); 
    123124                if(this.localServer == null) 
     
    125126                if(this.store == null) 
    126127                        this.store = this.localServer.createStore('test-store'); 
     128                } 
    127129        } 
    128130 
Note: See TracChangeset for help on using the changeset viewer.