This repository was archived by the owner on Sep 7, 2022. It is now read-only.
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 9
9
-->
10
10
< link rel ="import " href ="../polymer/polymer.html ">
11
11
< link rel ="import " href ="pouchdb.html ">
12
- <!--
13
- `Polymer.AppPouchDBDatabaseBehavior` is an abstract implementation that is
14
- intended to be shared by any element that refers to and operates on a PouchDB
15
- database instance. It includes implementation for creating and configuring a
16
- PouchDB database instance, and some advanced macro operations that might be
17
- performed on the database, including "upsert" and conflict-aware "put" and
18
- "post" operations.
19
- -->
20
12
< script >
21
13
( function ( ) {
22
14
'use strict' ;
23
15
16
+ /**
17
+ * `Polymer.AppPouchDBDatabaseBehavior` is an abstract implementation that
18
+ * is intended to be shared by any element that refers to and operates on a
19
+ * PouchDB database instance. It includes implementation for creating and
20
+ * configuring a PouchDB database instance, and some advanced macro
21
+ * operations that might be performed on the database, including "upsert"
22
+ * and conflict-aware "put" and "post" operations.
23
+ *
24
+ * @polymerBehavior
25
+ */
24
26
Polymer . AppPouchDBDatabaseBehavior = {
25
27
properties : {
26
28
/**
You can’t perform that action at this time.
0 commit comments