var notifyCenter = new cc.EventTarget(); window["onWebViewMessage"] = function (data) { // console.log(data); notifyCenter.emit('webViewMessage', data); } // module.exports = notifyCenter; export { notifyCenter as default };