Skip to content

Commit

Permalink
Merge pull request #88 from leandrowd/issue-86
Browse files Browse the repository at this point in the history
#86: Removing unnecessary has3d check
  • Loading branch information
leandrowd authored Feb 26, 2017
2 parents cbe51f6 + 3d449d2 commit fb4f100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Thumbs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var React = require('react');
var ReactDOM = require('react-dom');
var klass = require('../cssClasses');
var has3d = require('../has3d')();
var outerWidth = require('../dimensions').outerWidth;
var CSSTranslate = require('../CSSTranslate');
var Swipe = require('react-easy-swipe');
Expand Down

0 comments on commit fb4f100

Please sign in to comment.