Skip to content

Commit

Permalink
Changed initialization code to avoid requirejs warning flesler#91
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Mar 30, 2015
1 parent 195e459 commit 7435ac0
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 185 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.1
[Fix]
- Slight change so define function is not minified (#91)

2.1.0
[Enhancement]
- Avoid animating a needless axis
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.scrollTo",
"version": "2.1.0",
"version": "2.1.1",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"homepage": "https://github.com/flesler/jquery.scrollTo",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="robots" content="index,follow" />
<link type="text/css" rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="../jquery.scrollTo.js"></script>
<script type="text/javascript" src="../jquery.scrollTo.min.js"></script>
<script type="text/javascript">
jQuery(function( $ ){
/**
Expand Down
Loading

0 comments on commit 7435ac0

Please sign in to comment.