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/01/04 18:35:09 UTC

[whimsy] branch master updated: Older syntax so works with Eclipse editor

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 2d8f443  Older syntax so works with Eclipse editor
2d8f443 is described below

commit 2d8f44309fdb434ea940172d1dda867fa19b4027
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jan 4 18:34:58 2019 +0000

    Older syntax so works with Eclipse editor
---
 www/secretary/workbench/views/index.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/index.js.rb b/www/secretary/workbench/views/index.js.rb
index 46c2d0a..b962df6 100644
--- a/www/secretary/workbench/views/index.js.rb
+++ b/www/secretary/workbench/views/index.js.rb
@@ -35,7 +35,7 @@ class Index < Vue
             time = Date.new(Date.parse(message.time)).toLocaleString()
 
             row_options = {
-              class: color, 
+              :class => color, 
               on: {click: self.selectRow, doubleClick: self.nav}
             }