Reorganize file structure.

This commit is contained in:
Lars Jung 2015-05-20 01:53:56 +02:00
parent 74745a8603
commit c8eff2d313
206 changed files with 70 additions and 69 deletions

View file

@ -1,8 +0,0 @@
modulejs.define('view/content', ['$', 'view/mainrow'], function ($, mainrow) {
var $el = $('<div id="content"/>').appendTo(mainrow.$el);
return {
$el: $el
};
});