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

Commit

Permalink
polymer-localstorage: add autoSaveDisabled to disable auto save
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Sep 11, 2013
1 parent 7d794af commit f8c9704
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions polymer-localstorage/polymer-localstorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f8c9704

Please sign in to comment.