Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshskeen committed May 12, 2016
1 parent 4595524 commit eeb2966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -51,7 +51,7 @@ alexa.response = function() {
type: "Simple",
title: arguments[0],
content: arguments[1]
}
};
}

var requiredAttrs = [],
Expand Down

0 comments on commit eeb2966

Please sign in to comment.