Release: 1.0.6
This commit is contained in:
@@ -227,7 +227,7 @@ var wildstring = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (typeof(module) !== 'undefined') { module.exports = wildstring; }
|
if (typeof(module) !== 'undefined') { module.exports = wildstring; }
|
||||||
if (typeof(angular) !== 'undefined') { angular.module('wildstring').factory = wildstring; }
|
if (typeof(angular) !== 'undefined') { angular.module('wildstring', []).factory = wildstring; }
|
||||||
if (typeof(define) !== 'undefined') { define([], wildstring); }
|
if (typeof(define) !== 'undefined') { define([], wildstring); }
|
||||||
</pre>
|
</pre>
|
||||||
</article>
|
</article>
|
||||||
@@ -258,7 +258,7 @@ if (typeof(define) !== 'undefined') { define([], wildstring); }
|
|||||||
|
|
||||||
<span class="jsdoc-message">
|
<span class="jsdoc-message">
|
||||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||||
on Wed Aug 12th 2015 using the <a
|
on Thu Aug 13th 2015 using the <a
|
||||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ grunt</code></pre><p>grunt will run all the tests and jshint, so just make sure
|
|||||||
|
|
||||||
<span class="jsdoc-message">
|
<span class="jsdoc-message">
|
||||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||||
on Wed Aug 12th 2015 using the <a
|
on Thu Aug 13th 2015 using the <a
|
||||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
<span class="jsdoc-message">
|
<span class="jsdoc-message">
|
||||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||||
on Wed Aug 12th 2015 using the <a
|
on Thu Aug 13th 2015 using the <a
|
||||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -761,7 +761,7 @@
|
|||||||
|
|
||||||
<span class="jsdoc-message">
|
<span class="jsdoc-message">
|
||||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||||
on Wed Aug 12th 2015 using the <a
|
on Thu Aug 13th 2015 using the <a
|
||||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user