diff --git a/src/@ionic-native/plugins/couchbase-lite/index.ts b/src/@ionic-native/plugins/couchbase-lite/index.ts index 14e6d49d4..75af4e3ad 100644 --- a/src/@ionic-native/plugins/couchbase-lite/index.ts +++ b/src/@ionic-native/plugins/couchbase-lite/index.ts @@ -24,6 +24,7 @@ import { Injectable } from '@angular/core'; * getUrl() { * return this.url; * } + * // DATABASES // * createDatabase(database_name:string) { * let url = this.getUrl(); * url = url+database_name; @@ -34,7 +35,6 @@ import { Injectable } from '@angular/core'; * return Observable.throw(error.json() || 'Couchbase Lite error'); * }) * } - * * deleteDatabase(database_name:string) { * let url = this.getUrl(); * url = url+database_name; @@ -58,8 +58,6 @@ import { Injectable } from '@angular/core'; * } * * - * - * * ``` */ @Plugin({