This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3222708  fix typo
3222708 is described below

commit 3222708d1586438360ac8eabd2c8785d35f53d07
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 10 10:45:41 2018 -0400

    fix typo
---
 www/board/agenda/views/models/pagecache.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/models/pagecache.js.rb 
b/www/board/agenda/views/models/pagecache.js.rb
index 813c3c2..fc4f5cb 100644
--- a/www/board/agenda/views/models/pagecache.js.rb
+++ b/www/board/agenda/views/models/pagecache.js.rb
@@ -128,6 +128,6 @@ class PageCache
   end
 
   def self.installprompt=(value)
-    @@installprompt == value
+    @@installprompt = value
   end
 end

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to