Commit 36324d59 authored by Sven Franck's avatar Sven Franck

remove ";"

parent 518a8270
...@@ -3830,7 +3830,7 @@ ...@@ -3830,7 +3830,7 @@
"className": "ui-btn " + (icon === null ? "" : "className": "ui-btn " + (icon === null ? "" :
"ui-btn-icon-right ui-icon-" + (icon === undefined ? "ui-btn-icon-right ui-icon-" + (icon === undefined ?
"carat-r" : icon)), "carat-r" : icon)),
"href": props.href; "href": props.href
}, },
{ {
"title": props.title || "", "title": props.title || "",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment