Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Jun 11, 2014
1 parent 65351ae commit 902c727
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kist-inView",
"version": "0.5.1",
"version": "0.5.2",
"description": "Check if elements are in viewport.",
"authors": [
"Ivan Nikolić"
Expand Down
12 changes: 7 additions & 5 deletions dist/kist-inView.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! kist-inView 0.5.1 - Check if elements are in viewport. | Author: Ivan Nikolić, 2014 | License: MIT */
/*! kist-inView 0.5.2 - Check if elements are in viewport. | Author: Ivan Nikolić, 2014 | License: MIT */
;(function ( $, window, document, undefined ) {

var plugin = {
name: 'inView',
ns: {
css: 'KistInView',
css: 'kist-InView',
event: '.kist.inView'
},
instance: {
Expand Down Expand Up @@ -82,7 +82,7 @@
/**
* Bouncing mechanism
*
* @param {Number} timeout
* @param {Integer} timeout
* @param {Function} fn
* @param {Function} cb
*
Expand All @@ -104,6 +104,8 @@
domRef.setup.call(this);
events.setup.call(this, cb);

windowChange.call(this, cb);

}

$.extend(InView.prototype, {
Expand All @@ -112,7 +114,7 @@
* Check if element is (partially) visible in viewport
*
* @param {jQuery} el
* @param {Number} threshold
* @param {Integer} threshold
*
* @return {Boolean}
*/
Expand All @@ -130,7 +132,7 @@
* Return list of elements visible in viewport
*
* @param {jQuery} el
* @param {Number} threshold
* @param {Integer} threshold
*
* @return {jQuery}
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/kist-inView.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kist-inView",
"version": "0.5.1",
"version": "0.5.2",
"description": "Check if elements are in viewport.",
"author": "Ivan Nikolić",
"license": "MIT",
Expand Down

0 comments on commit 902c727

Please sign in to comment.