Skip to content

Commit b91b634

Browse files
committed
* [ios] fix typo error
1 parent f458766 commit b91b634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/sdk/WeexSDK/Sources/Bridge/WXBridgeContext.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ - (instancetype) init
8686

8787
_jsBridge = _debugJS ? [NSClassFromString(@"WXDebugger") alloc] : [[WXJSCoreBridge alloc] init];
8888

89-
[self registerGlobalFuntions];
89+
[self registerGlobalFunctions];
9090

9191
return _jsBridge;
9292
}
9393

94-
- (void)registerGlobalFuntions
94+
- (void)registerGlobalFunctions
9595
{
9696
__weak typeof(self) weakSelf = self;
9797
[_jsBridge registerCallNative:^NSInteger(NSString *instance, NSArray *tasks, NSString *callback) {

0 commit comments

Comments
 (0)