Skip to content

Commit

Permalink
Merge adb64dd into 897a645
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 27, 2015
2 parents 897a645 + adb64dd commit 103be12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'

/* istanbul ignore next */
var PouchDB = process.browser ? global.PouchDB : require('pouchdb')
var PouchDB = global.PouchDB || require('pouchdb')
var API = require('pouchdb-hoodie-api')
var Sync = require('pouchdb-hoodie-sync')
var UnsyncedLocalDocs = require('pouchdb-hoodie-unsynced-local-docs')
Expand Down

0 comments on commit 103be12

Please sign in to comment.