Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Nov 19, 2011
1 parent e21d28e commit c88a3fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion demo/demo.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@




<!-- <!--
* Markup for jQuery Joyride Plugin 1.0 * Markup for jQuery Joyride Plugin 1.0.2
* www.ZURB.com/playground * www.ZURB.com/playground
* Copyright 2011, ZURB * Copyright 2011, ZURB
* Free to use under the MIT license. * Free to use under the MIT license.
Expand Down
2 changes: 0 additions & 2 deletions jquery.joyride-1.0.2.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@
nubHeight = Math.ceil($('.joyride-nub').outerHeight() / 2), nubHeight = Math.ceil($('.joyride-nub').outerHeight() / 2),
tipOffset = 0; tipOffset = 0;


console.log(currentTipPosition);

if (currentTip.length === 0) return; if (currentTip.length === 0) return;


if (count < tipContent.length) { if (count < tipContent.length) {
Expand Down

0 comments on commit c88a3fa

Please sign in to comment.