Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #34

Closed
wants to merge 9 commits into from
Closed

Master #34

wants to merge 9 commits into from

Conversation

albert438
Copy link
Contributor

fix a little bug in method formatJSToOC when passing the nil parameters.

修复了在JS中调用含nil参数的的方法时发生的崩溃问题(NSMutableArray不能add一个nil参数、NSMutableDictiona
ry不能set一个nil参数。需要转换为[NSNull null])

chzhij5 and others added 9 commits June 11, 2015 21:21
fix crashes when passing  block, selector, id type parameters which the
value are nil.
Conflicts:
	JSPatchDemo/JSPatchTests/JSPatchTests.m
Conflicts:
	JSPatchDemo/JSPatchDemo/demo.js
This rolls back to commit 391107f.
This rolls back to commit 2cf9d17.
fix a little bug in method formatJSToOC when passing the nil parameters.

修复了在JS中调用含nil参数的的方法时发生的崩溃问题(NSMutableArray不能add一个nil参数、NSMutableDictiona
ry不能set一个nil参数。需要转换为[NSNull null])
@bang590
Copy link
Owner

bang590 commented Jun 15, 2015

Merged in #35

@bang590 bang590 closed this Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants