You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/11/24 22:02:34 UTC

[whimsy] branch master updated: Also needed

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

sebb 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 710cd2a  Also needed
710cd2a is described below

commit 710cd2af070517fc107b77f2282d682b98055d5f
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 24 22:02:22 2020 +0000

    Also needed
---
 www/board/agenda/spec/vue_server.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/vue_server.rb b/www/board/agenda/spec/vue_server.rb
index 4c8b600..6eeb044 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -109,7 +109,7 @@ class VueServer
       inner = document.createElement('span')
       outer.appendChild(inner);
       app = Vue.new(el: inner, render: proc {|h| return h(component)})
-      inner = outer.firstChild
+      inner = outer.firstChild # appears not to be used, but it is
 
       def app.outerHTML
         return inner.outerHTML