mm_os 2.6.1 → 2.6.2
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/core/com/plugin/drive.js +1 -1
- package/package.json +1 -1
package/core/com/plugin/drive.js
CHANGED
|
@@ -70,7 +70,7 @@ class Drive extends Item {
|
|
|
70
70
|
/**
|
|
71
71
|
* 插件初始化之后
|
|
72
72
|
*/
|
|
73
|
-
Drive.prototype.init_after = function() {
|
|
73
|
+
Drive.prototype.init_after = function(option) {
|
|
74
74
|
var file = this.filename;
|
|
75
75
|
var filename = file.replace('app', 'log').replace($.slash + 'plugin', '').replace('json', 'log').replace($
|
|
76
76
|
.slash + 'plugin.log', '.log');
|