[GitHub] incubator-weex pull request #879: [WEEX-126][iOS] protect for pagename when ...

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/879


---


[GitHub] incubator-weex pull request #879: [WEEX-126][iOS] protect for pagename when ...

2017-11-16 Thread gurisxie
GitHub user gurisxie opened a pull request:

https://github.com/apache/incubator-weex/pull/879

[WEEX-126][iOS] protect for pagename when need send jserror

1. compatible old logic;
2. use instance.pageName as default for front user.

First of all, thank you for your contribution! 

Please makes sure that these checkboxes are checked before submitting your 
PR, thank you!



CheckList:

**if** *isBugFix* **:**

  * [ ] Make sure that you add at least one unit test for the bug which you 
had fixed.

**elif** *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ ] Update/Add demo to demonstrate new feature.
  * [ ] Update test scripts for the feature.
  * [ ] Add unit tests for the feature.






You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gurisxie/incubator-weex 
ios-bugfix-projectToPageName2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/879.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #879


commit 900967124608822df69a7697b556a46a5496e90b
Author: gurisxie <279483...@qq.com>
Date:   2017-11-16T13:55:02Z

[WEEX-126][iOS] protect for pagename when need send jserror
1. compatible old logic;
2. use instance.pageName as default for front user.




---