if( typeof action === 'function' ) {
                        action.apply( null, [ event ] );
                    }
                    // String shortcuts to reveal.js API
                    else if( typeof action === 'string' && typeof this.Reveal[ action ] === 'function' ) {