mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 22:16:00 -04:00
Restructure file base.
This commit is contained in:
parent
057a5f05a5
commit
ee241e7e3f
151 changed files with 88 additions and 86 deletions
8
src/_h5ai/public/js/inc/view/content.js
Normal file
8
src/_h5ai/public/js/inc/view/content.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
modulejs.define('view/content', ['$', 'view/mainrow'], function ($, mainrow) {
|
||||
|
||||
var $el = $('<div id="content"/>').appendTo(mainrow.$el);
|
||||
|
||||
return {
|
||||
$el: $el
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue