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

Commit

Permalink
[WEEX-99][iOS] fix setViewport: sometimes doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-huang committed Nov 8, 2017
1 parent 30716b6 commit c6b8a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Module/WXMetaModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ @implementation WXMetaModule

@synthesize weexInstance;

WX_EXPORT_METHOD(@selector(setViewport:))
WX_EXPORT_METHOD_SYNC(@selector(setViewport:))

- (void)setViewport:(NSDictionary *)viewportArguments
{
Expand Down

0 comments on commit c6b8a28

Please sign in to comment.