|
|
@ -12484,7 +12484,6 @@ var SelectionMixin = { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* * // TODO: rework this function, it is from the old system
|
|
|
|
* |
|
|
|
* retrieve the currently selected nodes |
|
|
|
* @return {Number[] | String[]} selection An array with the ids of the |
|
|
@ -12494,6 +12493,16 @@ var SelectionMixin = { |
|
|
|
return this.selection.concat([]); |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* retrieve the currently selected nodes as objects |
|
|
|
* @return {Objects} selection An array with the ids of the |
|
|
|
* selected nodes. |
|
|
|
*/ |
|
|
|
getSelectionObjects : function() { |
|
|
|
return this.selectionObj; |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|
* // TODO: rework this function, it is from the old system
|
|
|
|
* |
|
|
|