Changes

Jump to navigation Jump to search
m
no edit summary
Line 68: Line 68:  
         getRecord.onsuccess = function() {
 
         getRecord.onsuccess = function() {
 
           console.log("updating");
 
           console.log("updating");
             getRecord.result.field = value;  // => "Bob"
+
             dive(getRecord.result, field) = value;  // => "Bob"
 
             store.put(getRecord.result);
 
             store.put(getRecord.result);
  
530

edits

Navigation menu