Browse Source

Missed comma (#2305)

Missed Comma throw "unexpected Token" error.
Rafael Cerrejon 7 years ago
parent
commit
5398b9cc2a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/top-level-api.md

+ 1
- 1
docs/top-level-api.md View File

75
       drawerShadow: true, // optional, add this if you want a side menu drawer shadow
75
       drawerShadow: true, // optional, add this if you want a side menu drawer shadow
76
       contentOverlayColor: 'rgba(0,0,0,0.25)', // optional, add this if you want a overlay color when drawer is open
76
       contentOverlayColor: 'rgba(0,0,0,0.25)', // optional, add this if you want a overlay color when drawer is open
77
       leftDrawerWidth: 50, // optional, add this if you want a define left drawer width (50=percent)
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
       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
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
     type: 'MMDrawer', // optional, iOS only, types: 'TheSideBar', 'MMDrawer' default: 'MMDrawer'
81
     type: 'MMDrawer', // optional, iOS only, types: 'TheSideBar', 'MMDrawer' default: 'MMDrawer'