Changes

Jump to navigation Jump to search
no edit summary
Line 60: Line 60:  
         var index = store.index("NameIndex");
 
         var index = store.index("NameIndex");
   −
         var getRecord = index.get([, ]);
+
         var getRecord = index.get([record.name.first, record.name.last]);
 
         getRecord.onsuccess = function() {
 
         getRecord.onsuccess = function() {
 
           console.log("updating");
 
           console.log("updating");
530

edits

Navigation menu