# once()

<pre class="language-javascript"><code class="lang-javascript">/**
<strong> * @param  {String} event name
</strong> * @param  {Function} callback
 * @return {Void}
 */
once(eventName, callback)
</code></pre>

***

Adds a custom event listener to an instance that will be removed after being fired.

***

### Example
