You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/02 10:23:34 UTC

[2/2] incubator-weex git commit: * [ios] remove unused

* [ios] remove unused


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/4a80026f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/4a80026f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/4a80026f

Branch: refs/heads/0.11-dev
Commit: 4a80026f8d33a04da66acb3f7f4e27890285a32e
Parents: c7cb5ad
Author: acton393 <zh...@gmail.com>
Authored: Thu Mar 2 18:15:57 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu Mar 2 18:15:57 2017 +0800

----------------------------------------------------------------------
 ios/playground/WeexDemo/WXDemoViewController.m | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/4a80026f/ios/playground/WeexDemo/WXDemoViewController.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/WXDemoViewController.m b/ios/playground/WeexDemo/WXDemoViewController.m
index 038a478..d354078 100644
--- a/ios/playground/WeexDemo/WXDemoViewController.m
+++ b/ios/playground/WeexDemo/WXDemoViewController.m
@@ -132,10 +132,6 @@
         #endif
     };
     
-    _instance.onJSException = ^(WXJSExceptionInfo* jsException){
-        // handle js exception
-    };
-    
     _instance.renderFinish = ^(UIView *view) {
          WXLogDebug(@"%@", @"Render Finish...");
         [weakSelf updateInstanceState:WeexInstanceAppear];