diff options
-rw-r--r-- | source/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/main.js b/source/main.js index 5f8b686..e1b264c 100644 --- a/source/main.js +++ b/source/main.js @@ -406,8 +406,7 @@ enyo.kind({ handleBcSelector: function (inSender, inEvent) { if(enyo.platform.firefox || enyo.platform.androidFirefox) { - //this.$.bcPopup.showAtEvent(inEvent); - this.doOpenBC(); + this.$.bcPopup.showAtEvent(inEvent); } else this.doOpenBC(); }, |