Skip to content

Commit

Permalink
Fix visibility of installGlobalFunction(..)
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D5319733

fbshipit-source-id: cfe796f13920924bbdbdd2a2741a70f492a141f9
  • Loading branch information
alexeylang authored and facebook-github-bot committed Jun 26, 2017
1 parent 1faf40b commit e2dff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/jschelpers/JSCHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ JSObjectRef makeFunction(
const char* name,
JSObjectCallAsFunctionCallback callback);

void installGlobalFunction(
RN_EXPORT void installGlobalFunction(
JSGlobalContextRef ctx,
const char* name,
JSObjectCallAsFunctionCallback callback);
Expand Down

0 comments on commit e2dff82

Please sign in to comment.