Skip to content

Commit

Permalink
Bumped to 1.2.8
Browse files Browse the repository at this point in the history
Updated component.json
  • Loading branch information
flesler committed Apr 7, 2013
1 parent 50a2283 commit 874a175
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
2 changes: 0 additions & 2 deletions Makefile

This file was deleted.

1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.2.8
[Fix]
- The setting 'stop' wasn't working on window.

Expand Down
12 changes: 5 additions & 7 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"name": "jquery.localScroll",
"version": "1.2.8b",
"version": "1.2.8",
"description": "This plugin will animate a regular anchor navigation. It will allow your visitors to navigate your site with a smooth scrolling effect.",
"homepage": "https://github.com/flesler/jquery.localScroll",
"main": [
"./jquery.localScroll.js",
"./jquery.localScroll.min.js"
],
"dependencies": {
"jquery": "~1.8",
"jquery.scrollTo": "~1.4.3"
"jquery": ">=1.8",
"jquery.scrollTo": ">=1.4.3"
},
"keywords": [
"browser",
"client",
"functional",
"scrolling"
"browser", "animated", "animation",
"scrolling", "scroll", "links", "anchors"
],
"author": {
"name": "Ariel Flesler",
Expand Down
7 changes: 2 additions & 5 deletions jquery.localScroll.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*!
* jQuery.LocalScroll
* Copyright (c) 2007-2010 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
* Copyright (c) 2007-2013 Ariel Flesler - aflesler<a>gmail<d>com | http://flesler.blogspot.com
* Dual licensed under MIT and GPL.
* Date: 05/31/2010
*
* @projectDescription Animated scrolling navigation, using anchors.
* http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html
* @author Ariel Flesler
* @version 1.2.8b
* @version 1.2.8
*
* @id jQuery.fn.localScroll
* @param {Object} settings Hash of settings, it is passed in to jQuery.ScrollTo, none is required.
Expand Down
4 changes: 2 additions & 2 deletions jquery.localScroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 874a175

Please sign in to comment.