Changes

Jump to navigation Jump to search
no edit summary
Line 30: Line 30:  
     var getJohn = store.get(12345);
 
     var getJohn = store.get(12345);
 
     var getBob = index.get(["Smith", "Bob"]);
 
     var getBob = index.get(["Smith", "Bob"]);
    store.put(getBob, +{phone: '+123'});
+
//    store.put(getBob, +{phone: '+123'});
    
     getJohn.onsuccess = function() {
 
     getJohn.onsuccess = function() {
530

edits

Navigation menu