diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-25 13:25:09 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-25 13:25:09 -0400 |
| commit | 40a43f74bde215c5ef921f6f17631d6c45ae7cab (patch) | |
| tree | 35826fd973a093b4fd435963ebe31fe82591f292 /www/js | |
| parent | 7c99098373ae5b84fb17ac89afbe09fdc28ecea3 (diff) | |
typo fix
Former-commit-id: cac6b736c71af52d3754e42ab3f2a54408cb8ea8
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index fcbb34e6..736312d1 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -290,7 +290,7 @@ angular.module('zmApp.controllers') setLatestBlogPostChecked: function (val) { latestBlogPostChecked = val; - localforage.seItem("latestBlogPostChecked", latestBlogPostChecked); + localforage.setItem("latestBlogPostChecked", latestBlogPostChecked); }, getLatestBlogPostChecked: function () { |
