Skip to content

Commit 762dcdd

Browse files
janicduplessiszebulgar
authored andcommitted
Fix DrawerLayoutAndroid method parameter
Summary:Oups, forgot to remove a test in facebook#6890 :) Closes facebook#6898 Differential Revision: D3161421 Pulled By: mkonicek fb-gh-sync-id: a7e6b4f31822e67dcf1d898306851a112160d20f fbshipit-source-id: a7e6b4f31822e67dcf1d898306851a112160d20f
1 parent 817c4c4 commit 762dcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ var DrawerLayoutAndroid = React.createClass({
226226
/**
227227
* Opens the drawer.
228228
*/
229-
openDrawer: function(test: number) {
229+
openDrawer: function() {
230230
UIManager.dispatchViewManagerCommand(
231231
this._getDrawerLayoutHandle(),
232232
UIManager.AndroidDrawerLayout.Commands.openDrawer,

0 commit comments

Comments
 (0)