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 2016/09/21 15:00:34 UTC

[whimsy] branch master updated: s/class/className/ for react.js

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  4e49b31   s/class/className/ for react.js
4e49b31 is described below

commit 4e49b311ac4c6129db6a08075872b235ca0b4e97
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Sep 21 11:00:15 2016 -0400

    s/class/className/ for react.js
---
 www/secmail/views/index.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secmail/views/index.js.rb b/www/secmail/views/index.js.rb
index 4f5f822..f52207a 100644
--- a/www/secmail/views/index.js.rb
+++ b/www/secmail/views/index.js.rb
@@ -35,7 +35,7 @@ class Index < React
             time = Date.new(Date.parse(message.time)).toLocaleString()
 
             row_options = {
-              class: color, 
+              className: color, 
               onClick: self.selectRow, 
               onDoubleClick: self.nav
             }

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