'use strict';

App.sub = function (new_opts) {

	App.sub.opts = {
	};

	App.sub.opts = Object.extend(App.sub.opts, new_opts || {});

};

