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 ed9eafe change to dblclick
ed9eafe is described below
commit ed9eafe27f4ffb65f42801e4ef97030714907e38
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Oct 8 09:23:29 2019 -0400
change to dblclick
---
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 2eb04dd..7f72dba 100644
--- a/www/roster/views/group.js.rb
+++ b/www/roster/views/group.js.rb
@@ -112,7 +112,7 @@ class GroupMember < Vue
end
def render
- _tr onDblClick: self.select do
+ _tr onDblclick: self.select do
_td {_a @@id, href: "committer/#{@@id}"}
_td @@name