API Docs for:
Show:

YUI~event-konami Class

Based on the Konami code (http://en.wikipedia.org/wiki/Konami_Code). Subscribers to this event should do something special. The event will be fired only once for each subscriber. With great power comes great responsibility, after all.

Item Index

Events

Events

konami

Provides a subscribable event named "konami".

Event Payload:

  • type String

    'konami'

  • fn Function

    the callback function

  • id String | Node | etc

    the element to bind (typically document)

  • o Object

    optional context object

  • args Object

    0..n additional arguments that should be provided to the listener.