From 1463340a417f2b2fd04bb272d06d4a90216234f7 Mon Sep 17 00:00:00 2001 From: andrpet Date: Thu, 21 Jan 2016 10:33:56 +0100 Subject: [PATCH] layout bug fix --- controllets/animated-grid-controllet/animated-grid-controllet.html | 2 +- controllets/room-controllet/room-controllet.html | 2 +- demo.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controllets/animated-grid-controllet/animated-grid-controllet.html b/controllets/animated-grid-controllet/animated-grid-controllet.html index 07b4d04..8569551 100755 --- a/controllets/animated-grid-controllet/animated-grid-controllet.html +++ b/controllets/animated-grid-controllet/animated-grid-controllet.html @@ -157,7 +157,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN { $('.grid').masonry({ itemSelector: '.grid-item', - columnWidth: 200 + columnWidth: 20 }); }, diff --git a/controllets/room-controllet/room-controllet.html b/controllets/room-controllet/room-controllet.html index fe29eac..9a76f44 100755 --- a/controllets/room-controllet/room-controllet.html +++ b/controllets/room-controllet/room-controllet.html @@ -150,7 +150,7 @@ }, attached : function() { - console.log(this.views); + //console.log(this.views); }, _showTooltip: function() { diff --git a/demo.html b/demo.html index 887db0b..4f948bf 100755 --- a/demo.html +++ b/demo.html @@ -139,7 +139,7 @@ - + '> -- libgit2 0.21.4