Skip to content

Instantly share code, notes, and snippets.

@kvnneff
Created March 25, 2015 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvnneff/ccd6347289edc5bc2f72 to your computer and use it in GitHub Desktop.
Save kvnneff/ccd6347289edc5bc2f72 to your computer and use it in GitHub Desktop.
'use strict';
var PouchDB = require('pouchdb/pouchdb@3.2.0');
var uuid = require('broofa/node-uuid');
var xhr = require('yields/xhr');
var Model = {};
var db;
module.exports = Model;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment