Skip to content

Commit

Permalink
Adding JQuery for scroll-wheel binding.
Browse files Browse the repository at this point in the history
Added JQuery from Google's cached CDN version. Can be minified and added in if desired, however this is usually suggested against. Again a part of msurguy#2
  • Loading branch information
champloo11 committed Jun 26, 2014
1 parent f33d53a commit 26a774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Delaunay triangle pattern maker</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="css/style.css">

<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit 26a774a

Please sign in to comment.