Skip to content

Commit

Permalink
Fix Skip Button
Browse files Browse the repository at this point in the history
  • Loading branch information
TienManhPtit committed May 6, 2014
1 parent 03df09d commit c919b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/communications/ftu/js/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

var Tutorial = {
tutorialSteps: {},
numTutorialSteps: null,
currentStep: 1,
imagesLoaded: [],
layout: 'tiny',
Expand All @@ -10,6 +11,7 @@ var Tutorial = {
ScreenLayout.getCurrentLayout() : 'tiny';

this.tutorialSteps = TutorialSteps.get();
this.numTutorialSteps = Object.keys(this.tutorialSteps).length;

// register elements after dynamic properties got set
this.initElements();
Expand Down

0 comments on commit c919b21

Please sign in to comment.