Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[jsfm] add __updateComponentData to TaskCenter (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
imyzf authored and Hanks10100 committed Dec 6, 2018
1 parent 28e5d31 commit 216d437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/bridge/TaskCenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ export function init () {
updateStyle: global.callUpdateStyle,

addEvent: global.callAddEvent,
removeEvent: global.callRemoveEvent
removeEvent: global.callRemoveEvent,
__updateComponentData: global.__updateComponentData
}
const proto = TaskCenter.prototype

Expand Down

0 comments on commit 216d437

Please sign in to comment.