Skip to content

Commit

Permalink
actionend added
Browse files Browse the repository at this point in the history
  • Loading branch information
PNKBizz committed Dec 2, 2019
1 parent 96cbefc commit 88c7b24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/en/guide/Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ The attributes `coords`, `bounds` and `zoom` are observable. The map is react if
<td>Link to <a href="https://tech.yandex.ru/maps/doc/jsapi/2.1/ref/reference/Map-docpage/">map instance</a></td>
</tr>
<tr>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">balloonclose</a></td>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">actionend</a></td>
<td rowspan="12" style="text-align: center;">
<a href="https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/events-docpage/">map event</a>
</td>
</tr>
<tr>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">balloonclose</a></td>
</tr>
<tr>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">balloonopen</a></td>
</tr>
Expand Down
5 changes: 4 additions & 1 deletion docs/guide/Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
<td>Ссылка на <a href="https://tech.yandex.ru/maps/doc/jsapi/2.1/ref/reference/Map-docpage/">инстанс карты</a></td>
</tr>
<tr>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">balloonclose</a></td>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">actionend</a></td>
<td rowspan="12" style="text-align: center;">
<a href="https://tech.yandex.ru/maps/doc/jsapi/2.1/dg/concepts/events-docpage/">map event</a>
</td>
</tr>
<tr>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">balloonclose</a></td>
</tr>
<tr>
<td><a href="https://tech.yandex.ru/maps/jsapi/doc/2.1/ref/reference/Map-docpage/#Map__events-summary">balloonopen</a></td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions src/YMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as utils from './utils';
const { emitter } = utils;

const mapEvents = [
'actionend',
'balloonclose',
'balloonopen',
'click',
Expand Down

0 comments on commit 88c7b24

Please sign in to comment.