Skip to content

Commit

Permalink
Quick fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
longseespace committed Dec 8, 2015
1 parent aeb4c5e commit 175dede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var AndroidGradleGenerator = yeoman.generators.Base.extend({
this.prompt(prompts, function (props) {
this.appName = props.appName;
this.packageName = props.packageName;
this.layerNum = props.layerNum
this.layerNum = props.layerNum;

if (this.packageName !== undefined) {
this.packageFolder = this.packageName.replace(/\./g, '/');
Expand Down

0 comments on commit 175dede

Please sign in to comment.