Permalink
Please sign in to comment.
Browse files
Closes #98
both() now handles nulls correctly Updated jquery requirement to >= 1.4
- Loading branch information...
Showing
with
46 additions
and 42 deletions.
- +2 −2 bower.json
- +4 −0 changes.txt
- +31 −31 composer.json
- +3 −3 jquery.scrollTo.js
- +2 −2 jquery.scrollTo.min.js
- +2 −2 package.json
- +2 −2 scrollTo.jquery.json
| @@ -1,32 +1,32 @@ | ||
| -{ | ||
| - "name": "flesler/jquery.scrollto", | ||
| - "description": "Easy element scrolling using jQuery.", | ||
| - "keywords": [ | ||
| - "browser", "animated", "animation", | ||
| - "scrolling", "scroll", "links", "anchors" | ||
| - ], | ||
| - "homepage": "https://github.com/flesler/jquery.scrollTo", | ||
| - "support": { | ||
| - "issues": "https://github.com/flesler/jquery.scrollTo/issues", | ||
| - "source": "https://github.com/flesler/jquery.scrollTo" | ||
| - }, | ||
| - "authors": [ | ||
| - { | ||
| - "name": "Ariel Flesler", | ||
| - "web": "http://flesler.blogspot.com/" | ||
| - } | ||
| - ], | ||
| - "require": { | ||
| - "components/jquery": ">=1.8" | ||
| - }, | ||
| - "extra": { | ||
| - "component": { | ||
| - "scripts": [ | ||
| - "jquery.scrollTo.js" | ||
| - ], | ||
| - "files": [ | ||
| - "jquery.scrollTo.min.js" | ||
| - ] | ||
| - } | ||
| - } | ||
| +{ | ||
| + "name": "flesler/jquery.scrollto", | ||
| + "description": "Easy element scrolling using jQuery.", | ||
| + "keywords": [ | ||
| + "browser", "animated", "animation", | ||
| + "scrolling", "scroll", "links", "anchors" | ||
| + ], | ||
| + "homepage": "https://github.com/flesler/jquery.scrollTo", | ||
| + "support": { | ||
| + "issues": "https://github.com/flesler/jquery.scrollTo/issues", | ||
| + "source": "https://github.com/flesler/jquery.scrollTo" | ||
| + }, | ||
| + "authors": [ | ||
| + { | ||
| + "name": "Ariel Flesler", | ||
| + "web": "http://flesler.blogspot.com/" | ||
| + } | ||
| + ], | ||
| + "require": { | ||
| + "components/jquery": ">=1.4" | ||
| + }, | ||
| + "extra": { | ||
| + "component": { | ||
| + "scripts": [ | ||
| + "jquery.scrollTo.js" | ||
| + ], | ||
| + "files": [ | ||
| + "jquery.scrollTo.min.js" | ||
| + ] | ||
| + } | ||
| + } | ||
| } |
| @@ -3,7 +3,7 @@ | ||
| "title": "Ariel Flesler's jQuery scrollTo", | ||
| "description": "Easy element scrolling using jQuery.", | ||
| "keywords": ["browser", "animated", "animation", "scrolling", "scroll", "links", "anchors"], | ||
| - "version": "1.4.13", | ||
| + "version": "1.4.14", | ||
| "author": { | ||
| "name": "Ariel Flesler", | ||
| "email": "[email protected]", | ||
| @@ -24,6 +24,6 @@ | ||
| "download": "https://github.com/flesler/jquery.scrollTo/releases", | ||
| "demo": "http://demos.flesler.com/jquery/scrollTo", | ||
| "dependencies": { | ||
| - "jquery": ">=1.8" | ||
| + "jquery": ">=1.4" | ||
| } | ||
| } | ||
0 comments on commit
025405d