Skip to content

Commit a57664c

Browse files
committed
fix: Update pre-build scripts and documentation
1 parent b45b738 commit a57664c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

asynctaskqueue-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asynctaskqueue-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asynctaskqueue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// asynctaskqueue.js 1.0.0
1+
// asynctaskqueue.js 2.0.1
22
// https://github.com/prantlf/asynctaskqueue.js
3-
// (c) 2014 Ferdinand Prantl <prantlf@gmail.com>
3+
// (c) 2014-2019 Ferdinand Prantl <prantlf@gmail.com>
44
// Freely distributable under the MIT license
55

66
// ## Environment Detection

docs/asynctaskqueue.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ <h1>asynctaskqueue.js</h1>
3030
<pre><code>asynctaskqueue.js <span class="hljs-number">1.0</span><span class="hljs-number">.0</span>
3131
https:<span class="hljs-comment">//github.com/prantlf/asynctaskqueue.js</span>
3232
(c) <span class="hljs-number">2014</span> Ferdinand Prantl &lt;prantlf@gmail.com&gt;
33-
Freely distributable under the MIT license
34-
</code></pre>
33+
Freely distributable under the MIT license</code></pre>
3534
</div>
3635

3736
</li>
@@ -96,7 +95,7 @@ <h2 id="environment-detection">Environment Detection</h2>
9695
</div>
9796

9897
<div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span> (<span class="hljs-keyword">typeof</span> define !== <span class="hljs-string">"undefined"</span>) {
99-
define(<span class="hljs-string">"asynctaskqueue"</span>, [ <span class="hljs-string">"underscrore"</span>, <span class="hljs-string">"jquery"</span> ], <span class="hljs-function"><span class="hljs-keyword">function</span> (<span class="hljs-params">_, $</span>) </span>{</pre></div></div>
98+
define(<span class="hljs-string">"asynctaskqueue"</span>, [ <span class="hljs-string">"underscore"</span>, <span class="hljs-string">"jquery"</span> ], <span class="hljs-function"><span class="hljs-keyword">function</span> (<span class="hljs-params">_, $</span>) </span>{</pre></div></div>
10099

101100
</li>
102101

0 commit comments

Comments
 (0)