var STARTERKIT = STARTERKIT || {};

STARTERKIT.init = function() {
};

/**
 * On document ready.
 */
$(document).ready(STARTERKIT.init);
