Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtk75 committed Jan 22, 2015
1 parent cea96c3 commit 5317216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js/SequenceDiagramLayout.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SequenceDiagramLayout::pack_fragments_horizontally = ->
fragment.offset(left:most.left)
.find("> .interaction > .occurrence")
.each (i, occurr) ->
occurr = occurr.data "_self"
occurr = $(occurr).data "_self"
occurr._move_horizontally()
.prev().offset left:occurr.offset().left

Expand Down

0 comments on commit 5317216

Please sign in to comment.