one(event, callback)
May 14, 2014 ยท View on GitHub
Type: Function, Returns: Object (Instance of Revolver)
Alias for on(), except that the handler will removed after the first execution.
mySlider.one('play', function() {
// do something once
});
For more information on how one() works, please see Bean's documentation on it.