define(["views/root_view"], function(root_view) { return { createRootView: function(appmanager){ return root_view(appmanager); } } });