Skip to content

Commit

Permalink
Private panned should always be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
pisi committed Aug 20, 2013
1 parent cf2219e commit 4bb0320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.reel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
$target= $(ev.target),
$link= ($target.is('a') ? $target : $target.parents('a')),
href= $link.attr('href')
href && (panned= true);
href && (panned= 10);
},

// ---------------------------
Expand Down

0 comments on commit 4bb0320

Please sign in to comment.