From f8c970461218ffda43f4a7c25dca965057da97b7 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Wed, 11 Sep 2013 13:47:36 -0700 Subject: [PATCH] polymer-localstorage: add autoSaveDisabled to disable auto save --- polymer-localstorage/polymer-localstorage.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/polymer-localstorage/polymer-localstorage.html b/polymer-localstorage/polymer-localstorage.html index 39d2b0d..16d3e71 100644 --- a/polymer-localstorage/polymer-localstorage.html +++ b/polymer-localstorage/polymer-localstorage.html @@ -63,6 +63,14 @@ * @default false */ useRaw: false, + /** + * If true, auto save is disabled. + * + * @attribute audoSaveDisabled + * @type boolean + * @default false + */ + audoSaveDisabled: false, enteredDocument: function() { // wait for bindings are all setup this.async('load');