Skip to content

Commit

Permalink
Fix jsdoc comments for Interaction.start()
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Jan 11, 2015
1 parent ddcb145 commit 0bf6656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
* action must be enabled for the target Interactable and an appropriate number
* of pointers must be held down – 1 for drag/resize, 2 for gesture.
*
* Use it with interactable.<action>able({ manualStart: false }) to always
* Use it with `interactable.<action>able({ manualStart: false })` to always
* [start actions manually](https://github.com/taye/interact.js/issues/114)
*
- action (object) The action to be performed - drag, resize, etc.
Expand All @@ -1667,7 +1667,7 @@
| event.interactable,
| event.currentTarget);
| }
});
| });
\*/
start: function (action, interactable, element) {
if (this.interacting()
Expand Down

0 comments on commit 0bf6656

Please sign in to comment.