modulejs.define('view/content', ['$', 'view/mainrow'], function ($, mainrow) { var $el = $('
').appendTo(mainrow.$el); return { $el: $el }; });