6.3.4 Alpha2 - 新增 Paddle Lite / WebSocket; 修复屏幕旋转浮动按钮异常; 优化日志复制与导出
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
let { plugins, Arrayx, Numberx } = global;
|
||||
|
||||
/**
|
||||
* @param {org.autojs.autojs.runtime.ScriptRuntime} scriptRuntime
|
||||
* @param {ScriptRuntime} scriptRuntime
|
||||
* @param {org.mozilla.javascript.Scriptable | global} scope
|
||||
* @return {Internal.Mathx}
|
||||
*/
|
||||
@@ -14,7 +14,7 @@ module.exports = (scriptRuntime, scope) => {
|
||||
* @implements Internal.Mathx
|
||||
*/
|
||||
const MathxCtor = function () {
|
||||
// Empty interface body.
|
||||
/* Empty body. */
|
||||
};
|
||||
|
||||
MathxCtor.prototype = {
|
||||
|
||||
Reference in New Issue
Block a user