Skip to content

Commit

Permalink
Remove replaced code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmseaton committed Jun 21, 2015
1 parent fb3cfd0 commit a1c142a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/owl.animate.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
Expand Down
1 change: 0 additions & 1 deletion src/js/owl.video.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a1c142a

Please sign in to comment.