mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Clean code.
This commit is contained in:
parent
ce11fcffbc
commit
c73bc83f7d
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
(function () {
|
||||
'use strict';
|
||||
|
||||
modulejs.define('config', util.uniqObj());
|
||||
modulejs._private.instances = {};
|
||||
|
||||
$(function () {
|
||||
|
||||
modulejs.define('config', util.uniqObj());
|
||||
modulejs._private.instances = {};
|
||||
|
||||
$('html').removeClass();
|
||||
util.pinHtml();
|
||||
util.runMocha();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue