Skip to content

Commit

Permalink
Removed the excessive annotation node left there by mistake. #36
Browse files Browse the repository at this point in the history
  • Loading branch information
pisi committed Nov 9, 2011
1 parent 3d61a5b commit 812fd66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jquery.reel.js
Expand Up @@ -256,7 +256,6 @@ jQuery.reel || (function($, window, document, undefined){
film_css= { position: _absolute_, width: space.x, height: space.y, left: 0, top: 0 },
$overlay= t.parent(),
$hi= $(_div_tag_, { 'class': hi_klass, css: film_css }).appendTo($overlay),
$annotations= $(_div_tag_, { 'class': annotations_klass, css: film_css }).appendTo($hi),
scrollable= !get(_reeling_) || opt.rows <= 1 || !opt.orbital || opt.scrollable,
area= set(_area_, $(opt.area || $hi ))
if ($.reel.touchy){
Expand Down

0 comments on commit 812fd66

Please sign in to comment.