fix jshint errors (close #157)

This commit is contained in:
Murat Sutunc 2015-02-18 10:32:21 -08:00 committed by Andrew Grieve
parent 7e0bfbbad2
commit dbd45d4173
2 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,7 @@ exports.updateProject = function(projectPath, shared) {
copyBuildRules(projectPath);
removeDebuggableFromManifest(projectPath);
writeProjectProperties(projectPath, target_api);
prepBuildFiles(project_path);
prepBuildFiles(projectPath);
console.log(generateDoneMessage('update', shared));
});
};

View File

@ -389,6 +389,7 @@ function parseOpts(options, resolvedTarget) {
break;
case 'prepenv' :
ret.prepEnv = true;
break;
case 'nobuild' :
ret.buildMethod = 'none';
break;