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');