mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 15:05:15 -04:00
Reorganize file structure.
This commit is contained in:
parent
c8eff2d313
commit
5b68fe731a
149 changed files with 41 additions and 38 deletions
8
src/_h5ai/public/js/inc/view/mainrow.js
Normal file
8
src/_h5ai/public/js/inc/view/mainrow.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
modulejs.define('view/mainrow', ['$', 'view/root'], function ($, root) {
|
||||
|
||||
var $el = $('<div id="mainrow"/>').appendTo(root.$el);
|
||||
|
||||
return {
|
||||
$el: $el
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue