Skip to content

Commit

Permalink
fix(okam-core): fix error warning info
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhy committed Dec 15, 2018
1 parent bcb2d32 commit 15f32a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/okam-core/src/swan/Page.js
Expand Up @@ -16,7 +16,7 @@ import pageBase from '../base/page';
* @param {Object} event the event object
* @return {Object} the new event object
*/
pageBase.__beforeEventProxy = fixEventObject;
pageBase.methods.__beforeEventProxy = fixEventObject;

/**
* Create the page instance
Expand Down

0 comments on commit 15f32a2

Please sign in to comment.