You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/08 01:16:28 UTC

[whimsy] branch master updated: ensure index changes on reload

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 71d7451  ensure index changes on reload
71d7451 is described below

commit 71d74517d9b4dc76949edf0873d6e0686eac16b3
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Oct 7 21:16:01 2017 -0400

    ensure index changes on reload
---
 www/board/agenda/views/models/agenda.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/models/agenda.js.rb b/www/board/agenda/views/models/agenda.js.rb
index f2ccff2..d774e15 100644
--- a/www/board/agenda/views/models/agenda.js.rb
+++ b/www/board/agenda/views/models/agenda.js.rb
@@ -14,7 +14,7 @@ class Agenda
   def self.load(list, digest)
     return unless list
     @@digest = digest
-    @@index.clear()
+    @@index = []
     prev = nil
 
     list.each do |item|

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].