Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Minor syntax updates to contributor stuff #2310

Merged
merged 1 commit into from May 1, 2014

Conversation

darkwing
Copy link
Contributor

Diva updates.

if (enterOrSpace) {
$contributors.find('li:eq(13) a').focus();
$contributors.find('li:eq(' + numberToShow + ') a').focus();
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the ' + numberToShow + ' thing correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep...are you seeing something wrong...?

Copy link
Contributor

Choose a reason for hiding this comment

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

Haven't tried spot-checking yet, as I was having trouble getting the contributor pictures to show up on Vagrant.

I see now that this is all a value for find(). Makes sense.

Copy link
Contributor

Choose a reason for hiding this comment

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

does it have to be a string?

Copy link
Contributor

Choose a reason for hiding this comment

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

nvm

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:)

groovecoder added a commit that referenced this pull request May 1, 2014
Minor syntax updates to contributor stuff
@groovecoder groovecoder merged commit 1d5bc71 into mdn:master May 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants