Skip to content

Commit

Permalink
See #127: Added the copyright and license header.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspotteddog committed Feb 22, 2014
1 parent 9a8012b commit fc32ca2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ScrollToFixed",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://bigspotteddog.github.io/ScrollToFixed/",
"description": "jQuery plugin used to fix elements on the page (top, bottom, anywhere); however, it still allows the element to continue to move left or right with the horizontal scroll.",
"main": "jquery-scrolltofixed.js",
Expand Down
9 changes: 8 additions & 1 deletion jquery-scrolltofixed-min.js

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

7 changes: 7 additions & 0 deletions jquery-scrolltofixed.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* ScrollToFixed
* https://github.com/bigspotteddog/ScrollToFixed
*
* Copyright (c) 2011 Joseph Cava-Lynch
* MIT license
*/
(function($) {
$.isScrollToFixed = function(el) {
return !!$(el).data('ScrollToFixed');
Expand Down

0 comments on commit fc32ca2

Please sign in to comment.