Skip to content

Commit

Permalink
Fixed link in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soimy committed Feb 25, 2018
1 parent 728460e commit c7f81d3
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
46 changes: 23 additions & 23 deletions docs/classes/_timer_.timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
<p>A Simple Timer class extending <a href="https://github.com/primus/eventemitter3">EventEmitter3</a></p>
</div>
<p>Auther: Shen Yiming(<a href="mailto:[email protected]">[email protected]</a>)</p>
<p>Repo: <a href="https://github.com/soimy/pixi-timer">https://github.com/soimy/pixi-timer</a></p>
<p>Repo: <a href="https://github.com/soimy/eventemitter3-timer">https://github.com/soimy/eventemitter3-timer</a></p>
<dl class="tsd-comment-tags">
<dt>export</dt>
<dd></dd>
Expand Down Expand Up @@ -1123,7 +1123,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L106">Timer.ts:106</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L106">Timer.ts:106</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1157,7 +1157,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _delay<wbr>Time</h3>
<div class="tsd-signature tsd-kind-icon">_delay<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L103">Timer.ts:103</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L103">Timer.ts:103</a></li>
</ul>
</aside>
</section>
Expand All @@ -1167,7 +1167,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _elapsed<wbr>Time</h3>
<div class="tsd-signature tsd-kind-icon">_elapsed<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L104">Timer.ts:104</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L104">Timer.ts:104</a></li>
</ul>
</aside>
</section>
Expand All @@ -1177,7 +1177,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _repeat</h3>
<div class="tsd-signature tsd-kind-icon">_repeat<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L105">Timer.ts:105</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L105">Timer.ts:105</a></li>
</ul>
</aside>
</section>
Expand All @@ -1187,7 +1187,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _timer<wbr>Manager</h3>
<div class="tsd-signature tsd-kind-icon">_timer<wbr>Manager<span class="tsd-signature-symbol">:</span> <a href="_timermanager_.timermanager.html" class="tsd-signature-type">TimerManager</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L106">Timer.ts:106</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L106">Timer.ts:106</a></li>
</ul>
</aside>
</section>
Expand All @@ -1197,7 +1197,7 @@ <h3>active</h3>
<div class="tsd-signature tsd-kind-icon">active<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L44">Timer.ts:44</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L44">Timer.ts:44</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1220,7 +1220,7 @@ <h3>delay</h3>
<div class="tsd-signature tsd-kind-icon">delay<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L68">Timer.ts:68</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L68">Timer.ts:68</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1243,7 +1243,7 @@ <h3>expire</h3>
<div class="tsd-signature tsd-kind-icon">expire<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L92">Timer.ts:92</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L92">Timer.ts:92</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1266,7 +1266,7 @@ <h3>is<wbr>Ended</h3>
<div class="tsd-signature tsd-kind-icon">is<wbr>Ended<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L52">Timer.ts:52</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L52">Timer.ts:52</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1289,7 +1289,7 @@ <h3>is<wbr>Started</h3>
<div class="tsd-signature tsd-kind-icon">is<wbr>Started<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L60">Timer.ts:60</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L60">Timer.ts:60</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1312,7 +1312,7 @@ <h3>loop</h3>
<div class="tsd-signature tsd-kind-icon">loop<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L84">Timer.ts:84</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L84">Timer.ts:84</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1335,7 +1335,7 @@ <h3>repeat</h3>
<div class="tsd-signature tsd-kind-icon">repeat<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L76">Timer.ts:76</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L76">Timer.ts:76</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1358,7 +1358,7 @@ <h3>time</h3>
<div class="tsd-signature tsd-kind-icon">time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L36">Timer.ts:36</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L36">Timer.ts:36</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1381,7 +1381,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
<div class="tsd-signature tsd-kind-icon">_timer<wbr>Manager<span class="tsd-signature-symbol">:</span> <a href="_timermanager_.timermanager.html" class="tsd-signature-type">TimerManager</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L28">Timer.ts:28</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L28">Timer.ts:28</a></li>
</ul>
</aside>
</section>
Expand All @@ -1405,8 +1405,8 @@ <h3>timer<wbr>Manager</h3>
<div class="tsd-signature tsd-kind-icon">timer<wbr>Manager<span class="tsd-signature-symbol">:</span> </div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L100">Timer.ts:100</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L101">Timer.ts:101</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L100">Timer.ts:100</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L101">Timer.ts:101</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1429,7 +1429,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> timer<wbr>Manager</h3>
<div class="tsd-signature tsd-kind-icon">timer<wbr>Manager<span class="tsd-signature-symbol">:</span> </div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L24">Timer.ts:24</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L24">Timer.ts:24</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1708,7 +1708,7 @@ <h3>remove</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L143">Timer.ts:143</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L143">Timer.ts:143</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1803,7 +1803,7 @@ <h3>reset</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L182">Timer.ts:182</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L182">Timer.ts:182</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1831,7 +1831,7 @@ <h3>start</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L157">Timer.ts:157</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L157">Timer.ts:157</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1860,7 +1860,7 @@ <h3>stop</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L170">Timer.ts:170</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L170">Timer.ts:170</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1889,7 +1889,7 @@ <h3>update</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/Timer.ts#L200">Timer.ts:200</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/Timer.ts#L200">Timer.ts:200</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
20 changes: 10 additions & 10 deletions docs/classes/_timermanager_.timermanager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L13">TimerManager.ts:13</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L13">TimerManager.ts:13</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1040,7 +1040,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _last</h3>
<div class="tsd-signature tsd-kind-icon">_last<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L13">TimerManager.ts:13</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L13">TimerManager.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -1050,7 +1050,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _timers<wbr>ToDelete</h
<div class="tsd-signature tsd-kind-icon">_timers<wbr>ToDelete<span class="tsd-signature-symbol">:</span> <a href="_timer_.timer.html" class="tsd-signature-type">Timer</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L12">TimerManager.ts:12</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L12">TimerManager.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -1060,7 +1060,7 @@ <h3>timers</h3>
<div class="tsd-signature tsd-kind-icon">timers<span class="tsd-signature-symbol">:</span> <a href="_timer_.timer.html" class="tsd-signature-type">Timer</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L10">TimerManager.ts:10</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L10">TimerManager.ts:10</a></li>
</ul>
</aside>
</section>
Expand All @@ -1077,7 +1077,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _get<wbr>DeltaMS</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L100">TimerManager.ts:100</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L100">TimerManager.ts:100</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
Expand All @@ -1094,7 +1094,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _remove</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L93">TimerManager.ts:93</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L93">TimerManager.ts:93</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1117,7 +1117,7 @@ <h3>add<wbr>Timer</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L74">TimerManager.ts:74</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L74">TimerManager.ts:74</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1153,7 +1153,7 @@ <h3>create<wbr>Timer</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L87">TimerManager.ts:87</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L87">TimerManager.ts:87</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1190,7 +1190,7 @@ <h3>remove<wbr>Timer</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L63">TimerManager.ts:63</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L63">TimerManager.ts:63</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1226,7 +1226,7 @@ <h3>update</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/73772fa/src/TimerManager.ts#L34">TimerManager.ts:34</a></li>
<li>Defined in <a href="https://github.com/soimy/eventemitter3-timer/blob/728460e/src/TimerManager.ts#L34">TimerManager.ts:34</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
2 changes: 1 addition & 1 deletion src/Timer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { EventEmitter } from "eventemitter3";
*
* Auther: Shen Yiming([email protected])
*
* Repo: https://github.com/soimy/pixi-timer
* Repo: https://github.com/soimy/eventemitter3-timer
*
* @export
* @class Timer
Expand Down

0 comments on commit c7f81d3

Please sign in to comment.