Advertisement
Guest User

Untitled

a guest
Jan 14th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var pos = {lat: lat, lng: lng, usuario: usuario, rota: rota, cliente: cliente, hora: hora};
  2. var write_transition = db.transaction("tbPos", "readwrite");
  3. var store = write_transition.objectStore("tbPos");
  4. store.put(pos);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement