Skip to content

Commit

Permalink
Default to string ID type instead of int for generators.
Browse files Browse the repository at this point in the history
  • Loading branch information
larzconwell committed Nov 10, 2012
1 parent 7609a49 commit 138ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Jakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ namespace('gen', function () {
return obj; return obj;
} }
obj['default'].name = 'id'; obj['default'].name = 'id';
obj['default'].type = 'int'; obj['default'].type = 'string';


var itemsArr = properties.split('%') var itemsArr = properties.split('%')
, name , name
Expand Down

0 comments on commit 138ec95

Please sign in to comment.