Suprnovae / abc-totaal-notitieblok

1 stars 0 forks source link

Setup/logic #18

Open vidbina opened 8 years ago

vidbina commented 8 years ago
vidbina commented 8 years ago

The records table has the fields:

let uuid = () => {
  'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {
    var r = Math.random()*16|0,v=c=='x'?r:r&0x3|0x8;return v.toString(16);
  });
};