From a1c142a7459a1145d3d3bf86850d2cb7d2038836 Mon Sep 17 00:00:00 2001 From: dmseaton Date: Sun, 21 Jun 2015 12:04:44 +0100 Subject: [PATCH] Remove replaced code --- src/css/owl.animate.css | 2 +- src/js/owl.video.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/owl.animate.css b/src/css/owl.animate.css index 3f75b0e3..a3aea86f 100644 --- a/src/css/owl.animate.css +++ b/src/css/owl.animate.css @@ -1,4 +1,4 @@ -/* +/* * Owl Carousel - Animate Plugin */ .owl-carousel .animated { diff --git a/src/js/owl.video.js b/src/js/owl.video.js index 6a00d0f6..6d7c14d0 100644 --- a/src/js/owl.video.js +++ b/src/js/owl.video.js @@ -103,7 +103,6 @@ */ Video.prototype.fetch = function(target, item) { - //var type = target.attr('data-vimeo-id') ? 'vimeo' : target.attr('data-vzaar-id') ? 'vzaar' : 'youtube', var type = (function() { if (target.attr('data-vimeo-id')) { return 'vimeo';