Skip to content

Commit

Permalink
add Public Function isWorking() which returns slider status
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wafford committed Feb 6, 2015
1 parent cf831d1 commit 8496f98
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dist/jquery.bxslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,13 @@
return slider.children.length;
};

/**
* Return slider.working variable
*/
el.isWorking = function() {
return slider.working;
}

/**
* Update all dynamic slider elements
*/
Expand Down
Loading

0 comments on commit 8496f98

Please sign in to comment.