Remove jquery-mousewheel dependencies.

Tested under OS X.
This commit is contained in:
Hyunje Alex Jun
2014-08-25 00:35:51 +01:00
parent a63c136c09
commit cbdccf9736
16 changed files with 37 additions and 248 deletions
-1
View File
@@ -5,7 +5,6 @@
<title>perfect-scrollbar example</title>
<link href="../src/perfect-scrollbar.css" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="../src/jquery.mousewheel.js"></script>
<script src="../src/perfect-scrollbar.js"></script>
<style>
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px; overflow: hidden; }