Commit fded65c6 authored by Robert Knight's avatar Robert Knight

Fix a typo ("of from" => "from")

parent efbdc813
...@@ -245,8 +245,8 @@ function Adder(container, options) { ...@@ -245,8 +245,8 @@ function Adder(container, options) {
* Show the adder at the given position and with the arrow pointing in * Show the adder at the given position and with the arrow pointing in
* `arrowDirection`. * `arrowDirection`.
* *
* @param {number} left - Horizontal offset of from left edge of viewport. * @param {number} left - Horizontal offset from left edge of viewport.
* @param {number} top - Vertical offset of from top edge of viewport. * @param {number} top - Vertical offset from top edge of viewport.
*/ */
this.showAt = function (left, top, arrowDirection) { this.showAt = function (left, top, arrowDirection) {
self.element.className = classnames({ self.element.className = classnames({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment