
// I needed a way to hook in configuration parameters that
// had to be done before 'ready' and after all scripts where loaded.
// This script has to be loaded as last in de HTML header
// and triggers an event to indicate that all scripts where loaded
// this event is bind in app.js
jQuery(document).trigger('app_init');
