Skip to content

Commit

Permalink
Added missing comma in resource controller template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tane Piper authored and mde committed Aug 5, 2010
1 parent 09d3fd7 commit b42ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geddy-core/scripts/gen/resource_controller.ejs
@@ -1,6 +1,6 @@

var <%= names.constructor.plural %> = function () {
this.respondsWith = ['html', 'json', 'js' 'txt'];
this.respondsWith = ['html', 'json', 'js', 'txt'];

this.index = function (params) {
this.respond({params: params});
Expand Down

0 comments on commit b42ec4d

Please sign in to comment.