mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 15:28:19 -04:00
Rename mainrow.
This commit is contained in:
parent
96b6ff7fff
commit
7704a00d7b
8 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
modulejs.define('view/mainrow', ['$', 'view/root'], function ($, root) {
|
||||
|
||||
var template = '<div id="main-row"/>';
|
||||
var template = '<div id="mainrow"/>';
|
||||
var $el = $(template).appendTo(root.$el);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue