mirror of
https://github.com/lrsjng/h5ai
synced 2025-12-07 17:32:37 +01: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…
Reference in a new issue