Release: 1.0.4
This commit is contained in:
@@ -54,15 +54,18 @@
|
|||||||
<pre
|
<pre
|
||||||
class="sunlight-highlight-javascript linenums">'use strict';
|
class="sunlight-highlight-javascript linenums">'use strict';
|
||||||
|
|
||||||
(function (root, definition) {
|
var wildstring = (function (name, definition) {
|
||||||
if (typeof(module) !== 'undefined') {
|
if (typeof(module) !== 'undefined') {
|
||||||
module.exports = definition();
|
module.exports = definition();
|
||||||
}
|
}
|
||||||
else if (typeof(define) === 'function' && typeof(define.amd) === 'object') {
|
else if (typeof(define) === 'function' && typeof(define.amd) === 'object') {
|
||||||
define(definition);
|
define(definition);
|
||||||
}
|
}
|
||||||
|
else if (typeof(this) !== 'undefined') {
|
||||||
|
this[name] = definition();
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
this['wildstring'] = definition();
|
return definition();
|
||||||
}
|
}
|
||||||
}('wildstring', function () {
|
}('wildstring', function () {
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
<ul class="dummy">
|
<ul class="dummy">
|
||||||
<li>
|
<li>
|
||||||
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
||||||
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-15">line 15</a>
|
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-18">line 18</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
<ul class="dummy">
|
<ul class="dummy">
|
||||||
<li>
|
<li>
|
||||||
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
||||||
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-32">line 32</a>
|
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-35">line 35</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
@@ -498,7 +498,7 @@
|
|||||||
<ul class="dummy">
|
<ul class="dummy">
|
||||||
<li>
|
<li>
|
||||||
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
||||||
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-80">line 80</a>
|
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-83">line 83</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
@@ -662,7 +662,7 @@
|
|||||||
<ul class="dummy">
|
<ul class="dummy">
|
||||||
<li>
|
<li>
|
||||||
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
|
||||||
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-157">line 157</a>
|
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-160">line 160</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user