Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nhira committed Jun 15, 2017
1 parent bbc19a5 commit bd47237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function buildResponseCard(title, subTitle, options) {
};
}

function buildResponseOptions(optionsArray = []){
function buildResponseOptions(optionsArray = Array){
var responseOptions = [];
for(var i=0; i<optionsArray.length; i++){
var temp = {
Expand Down

0 comments on commit bd47237

Please sign in to comment.