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 2019/12/07 14:49:18 UTC

[whimsy] branch master updated: Make Eclipse editor happy

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 f0ed934  Make Eclipse editor happy
     new eb26f34  Merge branch 'master' of https://gitbox.apache.org/repos/asf/whimsy
f0ed934 is described below

commit f0ed9348517e5f46f18b74e09df9fc09b842ecf7
Author: Sebb <se...@apache.org>
AuthorDate: Sat Dec 7 14:48:45 2019 +0000

    Make Eclipse editor happy
---
 www/roster/views/group.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/group.js.rb b/www/roster/views/group.js.rb
index 7f72dba..cbaccd7 100644
--- a/www/roster/views/group.js.rb
+++ b/www/roster/views/group.js.rb
@@ -183,7 +183,7 @@ class GroupConfirm < Vue
             _span.status 'Processing request...' if @disabled
             _button.btn.btn_default 'Cancel', data_dismiss: 'modal',
               disabled: @disabled
-            _button.btn @button, class: @color, onClick: self.post,
+            _button.btn @button, :class => @color, onClick: self.post,
               disabled: @disabled
           end
         end