Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
javdome committed Nov 6, 2020
1 parent 50d16b3 commit fbe8c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Class to easily draw lines to connect items in the vis Timeline module.
*
* @version 3.0
* @version 3.0.1
* @date 2020-11-06
*
* @copyright (c) Javi Domenech (javdome@gmail.com)
Expand Down Expand Up @@ -137,7 +137,7 @@ class Arrow {
if ( this._timeline.groupsData.get(groupOf_1) ) groupOf_1_isVisible = true;

if ( this._timeline.groupsData.get(groupOf_2) ) groupOf_2_isVisible = true;


// If groups are null then they are not visible.
if (groupOf_1 == null){
Expand Down

0 comments on commit fbe8c3f

Please sign in to comment.