Skip to content

Commit

Permalink
Removed duplicate method 'focus' in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssogaard committed Oct 31, 2019
1 parent a29373b commit a79324c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/1.0.0/public-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ <h1 id="public-api">Public API</h1>
<td>Sets focus on Conversational Form.</td>
<td><pre><code class="language-javascript" data-lang="javascript">window.ConversationalForm.focus();</pre></code></td>
</tr>
<tr>
<td id="focus">focus</td>
<td>Sets focus on Conversational Form.</td>
<td><pre><code class="language-javascript" data-lang="javascript">window.ConversationalForm.focus();</pre></code></td>
</tr>
<tr>
<td id="addRobotChatResponse">addRobotChatResponse</td>
<td>add a robot reponse, this you would usually do at the end of a process.</td>
Expand Down
5 changes: 0 additions & 5 deletions docs/1.0.0/src/pages/public-api/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
<td>Sets focus on Conversational Form.</td>
<td><pre><code class="language-javascript" data-lang="javascript">window.ConversationalForm.focus();</pre></code></td>
</tr>
<tr>
<td id="focus">focus</td>
<td>Sets focus on Conversational Form.</td>
<td><pre><code class="language-javascript" data-lang="javascript">window.ConversationalForm.focus();</pre></code></td>
</tr>
<tr>
<td id="addRobotChatResponse">addRobotChatResponse</td>
<td>add a robot reponse, this you would usually do at the end of a process.</td>
Expand Down

0 comments on commit a79324c

Please sign in to comment.