stop converting template name

This commit is contained in:
Sacha Greif 2014-11-19 10:17:05 +09:00
parent 644c519e9b
commit f32cdb0865

View file

@ -1,9 +1,7 @@
// uncomment to disable FastRender
var FastRender = {RouteController: RouteController, onAllRoutes: function() {}};
//--------------------------------------------------------------------------------------------------//
//--------------------------------------------- Config ---------------------------------------------//
//--------------------------------------------------------------------------------------------------//
Router.setTemplateNameConverter(function (str) { return str; });
preloadSubscriptions.push('settings');
preloadSubscriptions.push('currentUser');