Skip to content

Commit

Permalink
fix(docs): fixed wrong jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Mar 1, 2016
1 parent 4112883 commit 950203f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/util/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ class Util {
* @param {HTMLElement|ClientRect} target the target container to align to
* @param {HTMLElement} elementToPosition the element to position
* @param {HTMLElement} collisionContainer the outer container to prevent collisions
* @param {bool} [centerHorizontal] set true to center element, otherwise it's put on the right border by default
* @param {bool} [positionTop] flip top, by default element is positioned to the bottom.
* @param {boolean} [centerHorizontal] set true to center element, otherwise it's put on the right border by default
* @param {boolean} [positionTop] flip top, by default element is positioned to the bottom.
* @returns {HTMLElement}
*/
static setupPositionNearby(target, elementToPosition, collisionContainer, centerHorizontal, positionTop) {
Expand Down

0 comments on commit 950203f

Please sign in to comment.