Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
objectliteral committed Mar 15, 2017
1 parent 25aaa2f commit 8866553
Show file tree
Hide file tree
Showing 32 changed files with 19,242 additions and 0 deletions.
2,699 changes: 2,699 additions & 0 deletions docs/Channel.html

Large diffs are not rendered by default.

Binary file added docs/fonts/OpenSans-Bold-webfont.eot
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/fonts/OpenSans-Bold-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-Bold-webfont.woff
Binary file not shown.
Binary file added docs/fonts/OpenSans-BoldItalic-webfont.eot
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/fonts/OpenSans-BoldItalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-BoldItalic-webfont.woff
Binary file not shown.
Binary file added docs/fonts/OpenSans-Italic-webfont.eot
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/fonts/OpenSans-Italic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-Italic-webfont.woff
Binary file not shown.
Binary file added docs/fonts/OpenSans-Light-webfont.eot
Binary file not shown.
1,831 changes: 1,831 additions & 0 deletions docs/fonts/OpenSans-Light-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-Light-webfont.woff
Binary file not shown.
Binary file added docs/fonts/OpenSans-LightItalic-webfont.eot
Binary file not shown.
1,835 changes: 1,835 additions & 0 deletions docs/fonts/OpenSans-LightItalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-LightItalic-webfont.woff
Binary file not shown.
Binary file added docs/fonts/OpenSans-Regular-webfont.eot
Binary file not shown.
1,831 changes: 1,831 additions & 0 deletions docs/fonts/OpenSans-Regular-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-Regular-webfont.woff
Binary file not shown.
217 changes: 217 additions & 0 deletions docs/global.html
@@ -0,0 +1,217 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Global - Documentation</title>

<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
</head>
<body>

<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger" class="navicon-button x">
<div class="navicon"></div>
</label>

<label for="nav-trigger" class="overlay"></label>

<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Channel.html">Channel</a><ul class='methods'><li data-type='method'><a href="Channel.html#emit">emit</a></li><li data-type='method'><a href="Channel.html#emitAsync">emitAsync</a></li><li data-type='method'><a href="Channel.html#emitSync">emitSync</a></li><li data-type='method'><a href="Channel.html#isLocked">isLocked</a></li><li data-type='method'><a href="Channel.html#isSilenced">isSilenced</a></li><li data-type='method'><a href="Channel.html#lock">lock</a></li><li data-type='method'><a href="Channel.html#off">off</a></li><li data-type='method'><a href="Channel.html#on">on</a></li><li data-type='method'><a href="Channel.html#once">once</a></li><li data-type='method'><a href="Channel.html#reset">reset</a></li><li data-type='method'><a href="Channel.html#silence">silence</a></li><li data-type='method'><a href="Channel.html#unlock">unlock</a></li><li data-type='method'><a href="Channel.html#unsilence">unsilence</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#subscribe">subscribe</a></li></ul>
</nav>

<div id="main">

<h1 class="page-title">Global</h1>







<section>

<header>

<h2>

</h2>


</header>

<article>
<div class="container-overview">



<dl class="details">
































</dl>








</div>














<h3 class="subsection-title">Methods</h3>






<h4 class="name" id="subscribe"><span class="type-signature"></span>subscribe<span class="signature">()</span><span class="type-signature"></span></h4>






<dl class="details">


<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="multivents.js.html">multivents.js</a>, <a href="multivents.js.html#line544">line 544</a>
</li></ul></dd>































</dl>



































</article>

</section>




</div>

<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Mar 15 2017 23:03:16 GMT+0100 (CET) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>
294 changes: 294 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

0 comments on commit 8866553

Please sign in to comment.