提交 d44ff7f4 编写于 作者: X xiaoyucoding

update: WindowResize API

上级 0093bba5
......@@ -40,7 +40,9 @@ const TODOS = [
'getUpdateManager',
'setEnableDebug',
'getExtConfig',
'getExtConfigSync'
'getExtConfigSync',
'onWindowResize',
'offWindowResize'
]
function _handleNetworkInfo (result) {
......
......@@ -27,7 +27,9 @@ const TODOS = [
'getBeacons',
'startBeaconDiscovery',
'stopBeaconDiscovery',
'hideShareMenu'
'hideShareMenu',
'onWindowResize',
'offWindowResize'
]
function createTodoMethod (contextName, methodName) {
......
......@@ -76,7 +76,9 @@ const TODOS = [
'sendTemplateMessage',
'setEnableDebug',
'getExtConfig',
'getExtConfigSync'
'getExtConfigSync',
'onWindowResize',
'offWindowResize'
]
// 需要做转换的 API 列表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册