Skip to content

Commit

Permalink
Update tour.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crash83k authored Jun 21, 2017
1 parent 6341ddf commit 3413f2d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions js/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,11 @@
desc.html(text); // Set the description.
}

/**
* Calculates out all the X/Y locations for where to put the title and the description/controls
* base on the coordinates and dimensions of the show element and the tour elements.
*/
function doTourCalculations() {
/*
* Calculates out all the X/Y locations for where to put the title and the description/controls
* base on the coordinates and dimensions of the show element and the tour elements.
*/

// Get all the height/width and X/Y coordinates of all the elements involved with the tour
// including the window viewport dimensions.
var titleIs;
Expand Down Expand Up @@ -341,4 +340,4 @@
};

__init();
})({});
})({});

0 comments on commit 3413f2d

Please sign in to comment.