Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit f8c9704

Browse files
committed
polymer-localstorage: add autoSaveDisabled to disable auto save
1 parent 7d794af commit f8c9704

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

polymer-localstorage/polymer-localstorage.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
* @default false
6464
*/
6565
useRaw: false,
66+
/**
67+
* If true, auto save is disabled.
68+
*
69+
* @attribute audoSaveDisabled
70+
* @type boolean
71+
* @default false
72+
*/
73+
audoSaveDisabled: false,
6674
enteredDocument: function() {
6775
// wait for bindings are all setup
6876
this.async('load');

0 commit comments

Comments
 (0)