Skip to content

Commit

Permalink
fix(model generator): remove leftover initialization rendered useless…
Browse files Browse the repository at this point in the history
… by commit 0096e01
  • Loading branch information
cueedee committed May 12, 2015
1 parent 61f1227 commit 2d780f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions generators/model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ var ModelGenerator = generators.Base.extend(

// Container for template expansion data.
//
this.templateData =
{
modelName: this.modelName
}
;
this.templateData = {};
}

, prompting:
Expand Down

0 comments on commit 2d780f8

Please sign in to comment.