Skip to content

Instantly share code, notes, and snippets.

@robnyman
Created February 23, 2012 16:08

Revisions

  1. robnyman revised this gist Feb 23, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Create-IndexedDB-objectStore.js
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    // Check if the desired objectStore exists - if not, create it
    // Create an objectStore
    console.log("Creating objectStore")
    dataBase.createObjectStore("elephants");
  2. robnyman created this gist Feb 23, 2012.
    3 changes: 3 additions & 0 deletions Create-IndexedDB-objectStore.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    // Check if the desired objectStore exists - if not, create it
    console.log("Creating objectStore")
    dataBase.createObjectStore("elephants");