From 40a43f74bde215c5ef921f6f17631d6c45ae7cab Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 25 Aug 2016 13:25:09 -0400 Subject: typo fix Former-commit-id: cac6b736c71af52d3754e42ab3f2a54408cb8ea8 --- www/js/DataModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- cgit v1.2.3