mm_os 1.6.5 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -142,9 +142,7 @@ Soa.prototype.init = function(config) {
|
|
|
142
142
|
/**
|
|
143
143
|
* 运行基础数据
|
|
144
144
|
* @param {Object} cg - 配置对象
|
|
145
|
-
*/
|
|
146
|
-
Soa.prototype.initBase = function(cg) {
|
|
147
|
-
*/
|
|
145
|
+
*/
|
|
148
146
|
Soa.prototype.initBase = function(cg) {
|
|
149
147
|
var middleware = $.middleware;
|
|
150
148
|
middleware.init();
|