Skip to content

Commit

Permalink
Update cblite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymediaengine authored Jun 13, 2019
1 parent 037f47a commit 5d2d41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/cblite.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cordova.define("cordova-plugin-couchbase-lite-2.0.CouchbaseLite", function(require, exports, module) {
//cordova.define("cordova-plugin-couchbase-lite-2.0.CouchbaseLite", function(require, exports, module) {
var exec = require('cordova/exec');
/**
* Original API
Expand Down Expand Up @@ -330,4 +330,4 @@ module.exports.deleteDocument = function upsert(options) {
exec(function (res) {resolve(res);}, function (err) {reject(err);}, "CBLite", "deleteDocument", options);
});
};
});
//});

0 comments on commit 5d2d41f

Please sign in to comment.