// This is the top level namespace for the application and some default settings. window.Splitter = new Backbone.Marionette.Application(); Splitter.addRegions({ slotsRegion: '#slots-region', wordRegion: '#word-region' }); // Override Underscore templating style (because of erb). _.templateSettings = { interpolate: /\{\{\=(.+?)\}\}/g, evaluate: /\{\{(.+?)\}\}/g }; $(function(){ $("body").tooltip({ selector: '[rel=tooltip]', placement: 'bottom' }); });