Fix wrong links in example.

`.global.` is no more used.
This commit is contained in:
Hyunje Alex Jun
2015-02-12 20:08:09 +00:00
parent 41ca0246ad
commit 17aac6c8c8
16 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>perfect-scrollbar example</title>
<link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
<script src="../dist/js/perfect-scrollbar.global.js"></script>
<script src="../dist/js/perfect-scrollbar.js"></script>
<style>
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px; overflow: hidden; }
.contentHolder .content { background-image: url('./azusa.jpg'); width: 1280px; height: 720px; }