mirror of
https://github.com/openharmony/applications_notes.git
synced 2026-07-18 18:24:27 -04:00
Symbol transcoding
Signed-off-by: zhanghongchuan33 <zhanghongchuan6@huawei.com>
This commit is contained in:
@@ -85,7 +85,7 @@ RICH_EDITOR.getListStyle = function () {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
LogUtil(TAG, err)
|
||||
LogUtil.error(TAG, err)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ RICH_EDITOR.setNumbers = function () {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
LogUtil(TAG, err)
|
||||
LogUtil.error(TAG, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -144,7 +144,7 @@ RICH_EDITOR.setABC = function () {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
LogUtil(TAG, err)
|
||||
LogUtil.error(TAG, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -173,7 +173,7 @@ RICH_EDITOR.setBullets = function () {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
LogUtil(TAG, err)
|
||||
LogUtil.error(TAG, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -202,7 +202,7 @@ RICH_EDITOR.setSquare = function () {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
LogUtil(TAG, err)
|
||||
LogUtil.error(TAG, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user