Changes

Jump to navigation Jump to search
m
no edit summary
Line 69: Line 69:  
             store.put(getRecord.result);
 
             store.put(getRecord.result);
   −
             getRecordAgain = index.get([record.name.first, record.name.last]);
+
             getRecordAgain = index.get([record.name.last, record.name.first]);
 
             getRecordAgain.onsuccess = function() {
 
             getRecordAgain.onsuccess = function() {
 
                 console.log("hey there" + getRecordAgain);  // => "Bob"
 
                 console.log("hey there" + getRecordAgain);  // => "Bob"
530

edits

Navigation menu