Skip to content

Commit

Permalink
Merge pull request cocos2d#3 from knoxHuang/v1.3
Browse files Browse the repository at this point in the history
add ListenerID type for conversions.yaml
  • Loading branch information
nantas authored Dec 9, 2016
2 parents 2ba2d85 + aca760f commit 6f4c198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/spidermonkey/conversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ conversions:
"ResourceData": "ok &= jsval_to_resourcedata(cx, ${in_value}, &${out_value})"
"_ttfConfig": "ok &= jsval_to_TTFConfig(cx, ${in_value}, &${out_value})"
"TTFConfig": "ok &= jsval_to_TTFConfig(cx, ${in_value}, &${out_value})"
"ListenerID": "ok &= jsval_to_std_string(cx, ${in_value}, &${out_value})"
object: |
do {
${($level + 1) * ' '}if (${in_value}.isNull()) { ${out_value} = nullptr; break; }
Expand Down

0 comments on commit 6f4c198

Please sign in to comment.