mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-21 12:31:48 +02:00
Clean code.
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
modulejs.define('config', util.uniqObj());
|
|
||||||
modulejs._private.instances = {};
|
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
|
modulejs.define('config', util.uniqObj());
|
||||||
|
modulejs._private.instances = {};
|
||||||
|
|
||||||
$('html').removeClass();
|
$('html').removeClass();
|
||||||
util.pinHtml();
|
util.pinHtml();
|
||||||
util.runMocha();
|
util.runMocha();
|
||||||
|
Reference in New Issue
Block a user