소스 검색

Missed comma (#2305)

Missed Comma throw "unexpected Token" error.
Rafael Cerrejon 7 년 전
부모
커밋
5398b9cc2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/top-level-api.md

+ 1
- 1
docs/top-level-api.md 파일 보기

@@ -75,7 +75,7 @@ Navigation.startTabBasedApp({
75 75
       drawerShadow: true, // optional, add this if you want a side menu drawer shadow
76 76
       contentOverlayColor: 'rgba(0,0,0,0.25)', // optional, add this if you want a overlay color when drawer is open
77 77
       leftDrawerWidth: 50, // optional, add this if you want a define left drawer width (50=percent)
78
-      rightDrawerWidth: 50 // optional, add this if you want a define right drawer width (50=percent)
78
+      rightDrawerWidth: 50, // optional, add this if you want a define right drawer width (50=percent)
79 79
       shouldStretchDrawer: true // optional, iOS only with 'MMDrawer' type, whether or not the panning gesture will “hard-stop” at the maximum width for a given drawer side, default : true
80 80
     },
81 81
     type: 'MMDrawer', // optional, iOS only, types: 'TheSideBar', 'MMDrawer' default: 'MMDrawer'