mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 03:57:08 -04:00
Switch to ghu and eslint.
This commit is contained in:
parent
5d0770ca36
commit
0c6143704a
67 changed files with 192 additions and 307 deletions
8
src/_h5ai/public/js/lib/view/content.js
Normal file
8
src/_h5ai/public/js/lib/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