Skip to content

Commit

Permalink
Return api object in websql adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
benrudolph committed Feb 20, 2013
1 parent 3fe05a3 commit 5564acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/pouch.websql.js
Expand Up @@ -692,6 +692,7 @@ var webSqlPouch = function(opts, callback) {
});
}
}
return api;
}

webSqlPouch.valid = function() {
Expand Down

0 comments on commit 5564acd

Please sign in to comment.