Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 924624 - [User story] Add edge gestures to FTE Tutorial #14360

Conversation

samjoch
Copy link
Contributor

@samjoch samjoch commented Dec 4, 2013

@@ -135,21 +135,18 @@ var Navigation = {
window.open(href);
},

getProgressBarClassName: function n_getProgressBarClassName() {
getProgressBarState: function n_getProgressBarState() {
// Manage step state (dynamically change)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: we could simplify this function to just

return (this.skipped && this.currentStep > 2) ? this.currentStep - 2 : this.currentStep - 1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

why not ;-)

@arcturus
Copy link
Contributor

arcturus commented Feb 3, 2014

Correct me if I'm wrong, but I'm missing actually setting the property edgesgesture.enabled in either the developer settings, or the build process, but didn't see it setup, so I guess it will be out of the tutorial unless you build it in your custom prefs?

samjoch added a commit that referenced this pull request Feb 4, 2014
…turesToFTETutorial

Bug 924624 - [User story] Add edge gestures to FTE Tutorial r=arcturus
@samjoch samjoch merged commit 0602aa7 into mozilla-b2g:master Feb 4, 2014
rvandermeulen added a commit that referenced this pull request Feb 4, 2014
…dEdgeGesturesToFTETutorial"

This reverts commit 0602aa7, reversing
changes made to 339d3c6.
alivedise pushed a commit to alivedise/gaia that referenced this pull request Feb 6, 2014
…UserStoryAddEdgeGesturesToFTETutorial"

This reverts commit 0602aa7, reversing
changes made to 339d3c6.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants