Fix error in documentation

old
Javi Jimenez Villar 2015-07-18 10:33:06 +07:00
parent 83b9c43113
commit 69a2d16b2c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ var routes = [
{route:'http://google.com', caption='Go to Google.com'},
];
var actions = [
{caption:"Primary", style:"primary", icon="access_alarm"}
{caption: "Primary", style: "primary", icon: "access_alarm"}
];
<Navigation routes={routes} actions={actions} />