Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Width callback #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

precz
Copy link

@precz precz commented Nov 29, 2012

widthCallback function added

@@ -17,7 +17,8 @@ var Flickable = function(elementSelector, options) {
nextButtonClass: 'nextSlideButton',
prevButtonClass: 'prevSlideButton',
nextButtonText: 'Next',
prevButtonText: 'Previous'
prevButtonText: 'Previous',
widthCallback: null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put the default getWidth method here, and you can skip a couple of lines :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants