Defer Fore execution

Fore can delay initialization until an event occurs. This is useful when you need to wait for other components (or a bootstrap process) before models/instances are constructed.

1) Initialize on click (default target: self)

2) Initialize on a custom event dispatched on document

3) Initialize external Fore element on a custom event dispatched on document

This listens on the same 'boot' event as above example.