Skip to content

Commit

Permalink
fix(tabbar): Initialize tabs to empty
Browse files Browse the repository at this point in the history
- Closes #292
  • Loading branch information
Gabriel Johnson authored and iBelieve committed Sep 18, 2015
1 parent 423e90c commit 42da3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Material/TabBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Item {

property bool centered: false

property var tabs
property var tabs: []
property int leftKeyline

property bool isLargeDevice: Device.type == Device.desktop || Device.type == Device.tablet
Expand Down

0 comments on commit 42da3ad

Please sign in to comment.