/** * * User: Martin Donnelly * Date: 2016-09-09 * Time: 15:11 * */ (function($) { var clock = new Clock({model: new ClockModel()}); })(jQuery);