Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from sgianelli/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo that prevented compilation
  • Loading branch information
Artem Yarulin committed Mar 22, 2016
2 parents 105127e + 6d71633 commit 1b736b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static Map<String, Object> toMap(@Nullable ReadableMap readableMap) {
return null;
}

com.facebook.react.bridge.ReadableMapKeySeyIterator iterator = readableMap.keySetIterator();
com.facebook.react.bridge.ReadableMapKeySetIterator iterator = readableMap.keySetIterator();
if (!iterator.hasNextKey()) {
return null;
}
Expand Down

0 comments on commit 1b736b4

Please sign in to comment.