mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 23:27:31 +08:00
Revert documentation (caused a bug)
This commit is contained in:
@@ -78,7 +78,7 @@ export default class FastSelectionModel {
|
||||
|
||||
computeBoundaries() {
|
||||
this.boundaries = {
|
||||
// Primary axis negative expanding
|
||||
// Primary axis negative expanding
|
||||
primaryN: {
|
||||
v: this.primaryOrder.getPrevValue(),
|
||||
i: this.primaryOrder.getPrev()
|
||||
|
||||
@@ -12,7 +12,6 @@ export default class OrderedIndexArray {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {number} index The index of the value to return
|
||||
* @returns The element of the array
|
||||
*/
|
||||
@@ -58,7 +57,7 @@ export default class OrderedIndexArray {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Inserts the element in the array.
|
||||
* @param element {number} The value to insert into the array.
|
||||
* @returns {number} The position into occupied by value into the array.
|
||||
|
||||
Reference in New Issue
Block a user