Skip to content

Commit

Permalink
Merge pull request #414 from AlexanderEllis/master
Browse files Browse the repository at this point in the history
Fixed jsdoc return typos
  • Loading branch information
aronhelser authored Aug 22, 2018
2 parents 86f3cf8 + 57dc55a commit f6f8401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/getPosition.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* - `effect` {String} float / solid
* - `offset` {Object} the offset to default position
*
* @return {Object
* @return {Object}
* - `isNewState` {Bool} required
* - `newState` {Object}
* - `position` {OBject} {left: {Number}, top: {Number}}
* - `position` {Object} {left: {Number}, top: {Number}}
*/
export default function (e, target, node, place, desiredPlace, effect, offset) {
const {
Expand Down

0 comments on commit f6f8401

Please sign in to comment.