From 51663b6cc3f955d4675d71620eaa987b21f76ef1 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Thu, 31 Oct 2013 15:49:22 -0700 Subject: [PATCH] contacts-v2: ink animation in desktop mode --- shiny/Contacts-v2/components/contacts-app.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shiny/Contacts-v2/components/contacts-app.html b/shiny/Contacts-v2/components/contacts-app.html index c97f47f..6f5b9c1 100644 --- a/shiny/Contacts-v2/components/contacts-app.html +++ b/shiny/Contacts-v2/components/contacts-app.html @@ -424,12 +424,6 @@ if (this.desktopLayout) { this.$.inkAnimation.play(); } - // if (!this.$.scrub.scrubbing) { - // this.selectedContact = sender.templateInstance.model; - // if (!this.desktopLayout) { - // this.$.detailsOverlay.opened = true; - // } - // } }, sidebarOpenAction: function() { this.$.sidebar.active = true;