aboutsummaryrefslogtreecommitdiffstats
path: root/source/bcSelector.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/bcSelector.js')
-rw-r--r--source/bcSelector.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/bcSelector.js b/source/bcSelector.js
index d2da696..d02bc6d 100644
--- a/source/bcSelector.js
+++ b/source/bcSelector.js
@@ -5,6 +5,7 @@ enyo.kind({
onSelect: "",
onBack: ""
},
+ classes: "enyo-fit",
published: {
module: null
},
@@ -44,7 +45,7 @@ enyo.kind({
},
handleBack: function (inSender, inEvent) {
- this.$.bcPanel.setIndex(0)
+ this.$.bcPanel.setIndex(0);
},
moduleChanged: function (inSender, inEvent) {