Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meirotstein committed Apr 26, 2018
1 parent 1a66dbc commit bbff682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/treemode.js
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ treemode.showContextMenu = function (anchor, onClose) {

/**
* Get current selected nodes
* @return {{start:SerializableNode, end: SerializableNode}} if no selection an empty object will be retured
* @return {{start:SerializableNode, end: SerializableNode}}
*/
treemode.getSelection = function () {
var selection = {
Expand Down

0 comments on commit bbff682

Please sign in to comment.