Changes

Jump to navigation Jump to search
m
no edit summary
Line 71: Line 71:  
             getRecordAgain = index.get([record.name.last, record.name.first]);
 
             getRecordAgain = index.get([record.name.last, record.name.first]);
 
             getRecordAgain.onsuccess = function() {
 
             getRecordAgain.onsuccess = function() {
                 console.log("hey there" + getRecordAgain);  // => "Bob"
+
                 console.log(getRecordAgain);  // => "Bob"
 
                 if ( getRecordAgain.result.field == value ) {  
 
                 if ( getRecordAgain.result.field == value ) {  
 
                   console.log("update succeeded");
 
                   console.log("update succeeded");
530

edits

Navigation menu