Skip to content

Commit

Permalink
Example to use standalone version
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Mar 15, 2014
1 parent 82cdd53 commit 8f4c009
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Powerange - iOS 7 style range slider</title>
<link rel="stylesheet" href="http://abpetkov.github.io/powerange/stylesheets/demo.css" />
Expand Down Expand Up @@ -392,9 +391,8 @@ <h2>Development</h2>

</div>

<script src="../build/build.js"></script>
<script src="../dist/powerange.min.js"></script>
<script type="text/javascript">
var Powerange = require('powerange');

// Basic customization.
var cust = document.querySelector('.js-customized');
Expand Down

0 comments on commit 8f4c009

Please sign in to comment.